lcd4l: use better readable enumeration to handle g_settings.lcd4l_display_type

Origin commit data
------------------
Commit: 3598a95c3d
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-09-10 (Mon, 10 Sep 2018)

Origin message was:
------------------
- lcd4l: use better readable enumeration to handle g_settings.lcd4l_display_type
This commit is contained in:
vanhofen
2018-09-10 00:15:22 +02:00
parent 4a2f36459c
commit f4b658ed3b
3 changed files with 26 additions and 17 deletions

View File

@@ -38,6 +38,13 @@ class CLCD4l
CLCD4l();
~CLCD4l();
// Displays
enum
{
PEARL = 0,
SAMSUNG = 1
};
// Functions
void InitLCD4l();
void StartLCD4l();