mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 14:12:05 +00:00
Inverted on default header
This commit is contained in:
parent
295ed2a8cf
commit
13421b32b5
@ -50,7 +50,7 @@ void drawCommonHeader(OLEDDisplay *display, int16_t x, int16_t y)
|
|||||||
|
|
||||||
const int xOffset = 4;
|
const int xOffset = 4;
|
||||||
const int highlightHeight = FONT_HEIGHT_SMALL - 1;
|
const int highlightHeight = FONT_HEIGHT_SMALL - 1;
|
||||||
const bool isInverted = (config.display.displaymode == meshtastic_Config_DisplayConfig_DisplayMode_INVERTED);
|
const bool isInverted = (config.display.displaymode != meshtastic_Config_DisplayConfig_DisplayMode_INVERTED);
|
||||||
const bool isBold = config.display.heading_bold;
|
const bool isBold = config.display.heading_bold;
|
||||||
|
|
||||||
const int screenW = display->getWidth();
|
const int screenW = display->getWidth();
|
||||||
|
Loading…
Reference in New Issue
Block a user