Skip to content

Commit 75168b4

Browse files
committed
move font into static directory
1 parent add6d05 commit 75168b4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

code/espurna/thermostat.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Copyright (C) 2017 by Dmitry Blinov <dblinov76 at gmail dot com>
2222
#if THERMOSTAT_DISPLAY_ST7735_SUPPORT
2323
#define TOMTHUMB_USE_EXTENDED 1
2424
#include <gfxfont.h>
25-
#include <Roboto_Thin9pt8b.h>
25+
#include <static/Roboto_Thin9pt8b.h>
2626
#include "Adafruit_GFX.h"
2727
#include <Adafruit_ST7735.h>
2828
#else

0 commit comments

Comments
 (0)