- vuplus: allow to control led brightness for zero4k and uno4k

maybe this is also usefull for the other vuplus4k boxes

 Conflicts:
	libarmbox/hardware_caps.c

Signed-off-by: Thilo Graf <dbt@novatux.de>

TODO: 	Maybe this commit makes behavior broken on boxes with line display eg. hd51.
	Observed in relation with simple_display.cpp, see neutrino source.
This commit is contained in:
svenhoefer
2019-10-28 22:34:11 +01:00
committed by Thilo Graf
parent f26097e1fc
commit 69a371a709
2 changed files with 55 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ extern "C" {
typedef enum
{
HW_DISPLAY_NONE,
HW_DISPLAY_LED_ONLY,
HW_DISPLAY_LED_NUM, /* simple 7 segment LED display */
HW_DISPLAY_LINE_TEXT, /* 1 line text display */
HW_DISPLAY_GFX