apps/graphics/pdcurs34: Remove EXPERIMENTAL from configurations with BPP < 8 bits.
This commit is contained in:
parent
4438da9211
commit
767ca03b10
@ -2397,8 +2397,8 @@
|
||||
* examples/nxlines now supports only multiuser mode (2017-10-14).
|
||||
* exampls/nxhello: Increase the amount of time that the text is
|
||||
displayed before erasing it (2017-10-15).
|
||||
Alan Carvalho de Assis (2017-10-15).
|
||||
* Add -n samples to lm75 app and replace Centigrade with Celsius. From
|
||||
Alan Carvalho de Assis (2017-10-15).
|
||||
* graphics/traveler: Convert to use the framebuffer driver (2017-10-16).
|
||||
* examples/alarm: add options for reading alarm value and canceling it.
|
||||
From Juha Niskanen (2017-10-17).
|
||||
|
@ -114,17 +114,14 @@ choice
|
||||
config PDCURSES_COLORFMT_Y1
|
||||
bool "BPP=1 Monochrome"
|
||||
select PDCURSES_MONO
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config PDCURSES_COLORFMT_Y2
|
||||
bool "BPP=2 Greyscale"
|
||||
select PDCURSES_MONO
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config PDCURSES_COLORFMT_Y4
|
||||
bool "BPP=4 Greyscale"
|
||||
select PDCURSES_MONO
|
||||
depends on EXPERIMENTAL
|
||||
|
||||
config PDCURSES_COLORFMT_RGB332
|
||||
bool "BPP=8 RGB332"
|
||||
|
Loading…
Reference in New Issue
Block a user