mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-01 10:41:49 +02:00
Merge branch 'master' of git://git.denx.de/u-boot-video
This commit is contained in:
commit
a212d6966b
@ -55,7 +55,7 @@
|
|||||||
/* LCD Raster Ctrl Register */
|
/* LCD Raster Ctrl Register */
|
||||||
#define LCD_TFT_24BPP_MODE (1 << 25)
|
#define LCD_TFT_24BPP_MODE (1 << 25)
|
||||||
#define LCD_TFT_24BPP_UNPACK (1 << 26)
|
#define LCD_TFT_24BPP_UNPACK (1 << 26)
|
||||||
#define LCD_PALMODE_RAWDATA (0x10 << 20)
|
#define LCD_PALMODE_RAWDATA (0x02 << 20)
|
||||||
#define LCD_TFT_MODE (0x01 << 7)
|
#define LCD_TFT_MODE (0x01 << 7)
|
||||||
#define LCD_RASTER_ENABLE (0x01 << 0)
|
#define LCD_RASTER_ENABLE (0x01 << 0)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user