invert_title
This commit is contained in:
13
yoRadio/src/displays/tools/tftinverttitle.h
Normal file
13
yoRadio/src/displays/tools/tftinverttitle.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef _TFTINVERTTITLE_H_
|
||||
#define _TFTINVERTTITLE_H_
|
||||
|
||||
#if !defined(DSP_LCD) && DSP_MODEL!=DSP_NOKIA5110
|
||||
#if !DSP_INVERT_TITLE
|
||||
uint16_t newbg = config.theme.meta;
|
||||
config.theme.meta = config.theme.metabg;
|
||||
config.theme.metabg = newbg;
|
||||
config.theme.metafill = config.theme.div;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user