Fix renderer

This commit is contained in:
Theo Arends 2021-02-14 14:35:10 +01:00
parent e6bff6bf9e
commit 6fd337a381

View File

@ -251,6 +251,7 @@ void Renderer::setTextFont(uint8_t f) {
#else #else
#ifdef USE_EPD_FONTS #ifdef USE_EPD_FONTS
switch (font) { switch (font) {
case 1:
selected_font = &Font12; selected_font = &Font12;
break; break;
case 2: case 2: