apps/graphics/pdcurs34: Remove EXPERIMENTAL from configurations with BPP < 8 bits.

This commit is contained in:
Gregory Nutt 2017-12-03 17:24:27 -06:00
parent 4438da9211
commit 767ca03b10
2 changed files with 1 additions and 4 deletions

View File

@ -2397,8 +2397,8 @@
* examples/nxlines now supports only multiuser mode (2017-10-14). * examples/nxlines now supports only multiuser mode (2017-10-14).
* exampls/nxhello: Increase the amount of time that the text is * exampls/nxhello: Increase the amount of time that the text is
displayed before erasing it (2017-10-15). 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 * 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). * graphics/traveler: Convert to use the framebuffer driver (2017-10-16).
* examples/alarm: add options for reading alarm value and canceling it. * examples/alarm: add options for reading alarm value and canceling it.
From Juha Niskanen (2017-10-17). From Juha Niskanen (2017-10-17).

View File

@ -114,17 +114,14 @@ choice
config PDCURSES_COLORFMT_Y1 config PDCURSES_COLORFMT_Y1
bool "BPP=1 Monochrome" bool "BPP=1 Monochrome"
select PDCURSES_MONO select PDCURSES_MONO
depends on EXPERIMENTAL
config PDCURSES_COLORFMT_Y2 config PDCURSES_COLORFMT_Y2
bool "BPP=2 Greyscale" bool "BPP=2 Greyscale"
select PDCURSES_MONO select PDCURSES_MONO
depends on EXPERIMENTAL
config PDCURSES_COLORFMT_Y4 config PDCURSES_COLORFMT_Y4
bool "BPP=4 Greyscale" bool "BPP=4 Greyscale"
select PDCURSES_MONO select PDCURSES_MONO
depends on EXPERIMENTAL
config PDCURSES_COLORFMT_RGB332 config PDCURSES_COLORFMT_RGB332
bool "BPP=8 RGB332" bool "BPP=8 RGB332"