mirror of https://github.com/arendst/Tasmota.git
Fix renderer
This commit is contained in:
parent
e6bff6bf9e
commit
6fd337a381
|
@ -251,6 +251,7 @@ void Renderer::setTextFont(uint8_t f) {
|
|||
#else
|
||||
#ifdef USE_EPD_FONTS
|
||||
switch (font) {
|
||||
case 1:
|
||||
selected_font = &Font12;
|
||||
break;
|
||||
case 2:
|
||||
|
|
Loading…
Reference in New Issue