forked from len0rd/rockbox
scroll_engine: Add STYLE_NONE to allow for drawing lines without styling.
This allows to draw lines without destroying styles that were drawn manually (e.g. from apps/) beforehand. Change-Id: I0de290c9343061efb115e1b76da5b76395c2b2af
This commit is contained in:
parent
b094d80dab
commit
26801b3bd8
3 changed files with 13 additions and 9 deletions
|
|
@ -37,9 +37,6 @@
|
|||
int remote_type(void);
|
||||
#endif
|
||||
|
||||
#define STYLE_DEFAULT 0x00000000
|
||||
#define STYLE_INVERT 0x20000000
|
||||
|
||||
#if LCD_REMOTE_DEPTH <= 8
|
||||
#if (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED) \
|
||||
|| (LCD_REMOTE_PIXELFORMAT == HORIZONTAL_INTERLEAVED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue