mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 09:42:35 +00:00
Merge pull request #3293 from meshtastic/font-fix
fix compilation for Cyrillic fonts
This commit is contained in:
commit
f708e41ba7
@ -89,6 +89,14 @@ int32_t PaxcounterModule::runOnce()
|
|||||||
|
|
||||||
#if HAS_SCREEN
|
#if HAS_SCREEN
|
||||||
|
|
||||||
|
#ifdef OLED_RU
|
||||||
|
#include "graphics/fonts/OLEDDisplayFontsRU.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef OLED_UA
|
||||||
|
#include "graphics/fonts/OLEDDisplayFontsUA.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
// TODO / FIXME: This code is copied from src/graphics/Screen.cpp
|
// TODO / FIXME: This code is copied from src/graphics/Screen.cpp
|
||||||
// It appears (in slightly variants) also in other modules like
|
// It appears (in slightly variants) also in other modules like
|
||||||
// src/modules/Telemetry/PowerTelemetry.cpp, src/modules/Telemetry/EnvironmentTelemetry.cpp
|
// src/modules/Telemetry/PowerTelemetry.cpp, src/modules/Telemetry/EnvironmentTelemetry.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user