Skip to content

Commit 0f10894

Browse files
committed
Remove TFT library font code since we'll be using lvgl for any gfx stuff.
1 parent 4275ba6 commit 0f10894

File tree

74 files changed

+14
-24885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+14
-24885
lines changed

src/Braccio++.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ bool BraccioClass::begin(voidFuncPtr customMenu)
124124
gfx.setRotation(4);
125125
gfx.fillScreen(TFT_WHITE);
126126
gfx.setAddrWindow(0, 0, 240, 240);
127-
gfx.setFreeFont(&FreeSans18pt7b);
128127

129128
p_objGroup = lv_group_create();
130129
lv_group_set_default(p_objGroup);

src/lib/TFT_eSPI/Fonts/Custom/Orbitron_Light_24.h

Lines changed: 0 additions & 199 deletions
This file was deleted.

src/lib/TFT_eSPI/Fonts/Custom/Orbitron_Light_32.h

Lines changed: 0 additions & 199 deletions
This file was deleted.

src/lib/TFT_eSPI/Fonts/Custom/Roboto_Thin_24.h

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)