mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-09 06:38:28 +02:00
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:
@@ -38,6 +38,13 @@ class CLCD4l
|
||||
CLCD4l();
|
||||
~CLCD4l();
|
||||
|
||||
// Displays
|
||||
enum
|
||||
{
|
||||
PEARL = 0,
|
||||
SAMSUNG = 1
|
||||
};
|
||||
|
||||
// Functions
|
||||
void InitLCD4l();
|
||||
void StartLCD4l();
|
||||
|
Reference in New Issue
Block a user