Set clock text size
This commit is contained in:
parent
d443129f38
commit
6d07f7ecf9
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ public:
|
||||||
M5.Display.clearDisplay(TFT_WHITE);
|
M5.Display.clearDisplay(TFT_WHITE);
|
||||||
M5.Display.setEpdMode(epd_fast);
|
M5.Display.setEpdMode(epd_fast);
|
||||||
M5.Display.setFont(&fonts::Orbitron_Light_32);
|
M5.Display.setFont(&fonts::Orbitron_Light_32);
|
||||||
|
M5.Display.setTextSize(3);
|
||||||
}
|
}
|
||||||
App::Choices loop() {
|
App::Choices loop() {
|
||||||
static constexpr const char* const wd[7] = {"Sun","Mon","Tue","Wed","Thr","Fri","Sat"};
|
static constexpr const char* const wd[7] = {"Sun","Mon","Tue","Wed","Thr","Fri","Sat"};
|
||||||
|
|
Loading…
Reference in a new issue