invert_title
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define YOVERSION "0.8.971"
|
||||
#define YOVERSION "0.8.979"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
@@ -283,7 +283,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#define AUTOBACKLIGHT(x) ({uint16_t _lh=(x>AUTOBACKLIGHT_MAX?AUTOBACKLIGHT_MAX:x); map(_lh, AUTOBACKLIGHT_MAX, 0, AUTOBACKLIGHT_MIN, 100);}) // autobacklight function
|
||||
#endif
|
||||
#ifndef DSP_INVERT_TITLE
|
||||
#define DSP_INVERT_TITLE true // Invert title colors for OLED displays ?
|
||||
#define DSP_INVERT_TITLE true // Invert title colors for displays ?
|
||||
#endif
|
||||
/*
|
||||
*** ST7735 display submodel ***
|
||||
|
||||
Reference in New Issue
Block a user