drivers/lcd: Make LCD driver configuration indepently selected from NX graphics configuration. This makes things awkward and loses some error checking but is a necessary step in order to make LCD drivers usable when the NX graphics system is disabled.

This commit is contained in:
Gregory Nutt
2017-11-25 13:13:30 -06:00
parent 4404be23cb
commit c2c2c4f111
16 changed files with 41 additions and 100 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ config NX_PACKEDMSFIRST
bool "Packed MS First"
default y
select NXFONTS_PACKEDMSFIRST if NXFONTS
depends on NX_DISABLE_1BPP || NX_DISABLE_2BPP || NX_DISABLE_4BPP
select LCD_PACKEDFIRST if LCD
---help---
If a pixel depth of less than 8-bits is used, then NX needs to know if the
pixels pack from the MS to LS or from LS to MS