mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-24 01:16:55 +00:00
fix stuff i somehow inadvertently broke.
This commit is contained in:
parent
944d5066e9
commit
9150c2e568
@ -944,7 +944,6 @@ void Screen::setup()
|
||||
dispdev.setSubtype(7);
|
||||
#endif
|
||||
|
||||
|
||||
// Initialising the UI will init the display too.
|
||||
ui.init();
|
||||
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
#if !HAS_SCREEN
|
||||
#include "power.h"
|
||||
#include <OLEDDisplay.h>
|
||||
namespace graphics
|
||||
{
|
||||
// Noop class for boards without screen.
|
||||
@ -24,7 +25,6 @@ class Screen
|
||||
void startFirmwareUpdateScreen() {}
|
||||
};
|
||||
} // namespace graphics
|
||||
|
||||
#else
|
||||
#include <cstring>
|
||||
|
||||
|
@ -8,11 +8,11 @@
|
||||
#include "mesh/generated/meshtastic/cannedmessages.pb.h"
|
||||
|
||||
#ifdef OLED_RU
|
||||
#include "grahics/pfonts/OLEDDisplayFontsRU.h"
|
||||
#include "graphics/fonts/OLEDDisplayFontsRU.h"
|
||||
#endif
|
||||
|
||||
#ifdef OLED_UA
|
||||
#include "grahics/fonts/OLEDDisplayFontsUA.h"
|
||||
#include "graphics/fonts/OLEDDisplayFontsUA.h"
|
||||
#endif
|
||||
|
||||
#if defined(USE_EINK) || defined(ILI9341_DRIVER) || defined(ST7735_CS)
|
||||
|
@ -13,7 +13,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef OLED_UA
|
||||
#include "grahics/fonts/OLEDDisplayFontsUA.h"
|
||||
#include "graphics/fonts/OLEDDisplayFontsUA.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user