make driver selectable for graphlcd

Conflicts:
	data/locale/deutsch.locale
	data/locale/english.locale
	src/driver/nglcd.h
	src/gui/glcdsetup.cpp
	src/gui/glcdsetup.h
	src/neutrino.cpp
	src/system/locals.h
	src/system/locals_intern.h
	src/system/settings.h

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

compile fixed
This commit is contained in:
TangoCash
2019-12-29 23:46:52 +01:00
committed by Thilo Graf
parent 3fd2d5011f
commit efe45e9b7a
10 changed files with 68 additions and 1 deletions

View File

@@ -130,6 +130,8 @@ class nGLCD
static void Exit();
static void Blit();
static void SetBrightness(unsigned int b);
int GetConfigSize();
std::string GetConfigName(int);
void UpdateBrightness();
int handleMsg(const neutrino_msg_t msg, neutrino_msg_data_t data);
};