apps/graphics/pdcurses and apps/examples/fb: Both assume that bits are packed MS first.
This commit is contained in:
parent
f68a44aaea
commit
1fbf30e6fe
@ -6,6 +6,7 @@
|
|||||||
config EXAMPLES_FB
|
config EXAMPLES_FB
|
||||||
bool "Framebuffer driver example"
|
bool "Framebuffer driver example"
|
||||||
default n
|
default n
|
||||||
|
select LCD_PACKEDFIRST if LCD
|
||||||
depends on VIDEO_FB
|
depends on VIDEO_FB
|
||||||
---help---
|
---help---
|
||||||
Enable the Framebuffer driver example.
|
Enable the Framebuffer driver example.
|
||||||
|
@ -7,6 +7,8 @@ menuconfig GRAPHICS_PDCURSES
|
|||||||
bool "pdcurses Text User Interface (TUI)"
|
bool "pdcurses Text User Interface (TUI)"
|
||||||
default n
|
default n
|
||||||
select NXFONTS
|
select NXFONTS
|
||||||
|
select NXFONTS_PACKEDMSFIRST
|
||||||
|
select LCD_PACKEDFIRST if LCD
|
||||||
---help---
|
---help---
|
||||||
Enable support for the pdcurses Text User Interface (TUI) libray.
|
Enable support for the pdcurses Text User Interface (TUI) libray.
|
||||||
|
|
||||||
@ -14,4 +16,3 @@ if GRAPHICS_PDCURSES
|
|||||||
source "$APPSDIR/graphics/pdcurs34/pdcurses/Kconfig"
|
source "$APPSDIR/graphics/pdcurs34/pdcurses/Kconfig"
|
||||||
source "$APPSDIR/graphics/pdcurs34/nuttx/Kconfig"
|
source "$APPSDIR/graphics/pdcurs34/nuttx/Kconfig"
|
||||||
endif # GRAPHICS_PDCURSES
|
endif # GRAPHICS_PDCURSES
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user