mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 23:42:58 +02:00
- lcd4linux: prepare for some more Samsung SPF types
Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
@@ -41,10 +41,12 @@ class CLCD4l
|
||||
// Displays
|
||||
enum
|
||||
{
|
||||
PEARL = 0,
|
||||
SAMSUNG = 1,
|
||||
VUSOLO4K = 2,
|
||||
PNG = 3
|
||||
PEARL320x240 = 0,
|
||||
SAMSUNG800x480 = 1,
|
||||
SAMSUNG800x600 = 2,
|
||||
SAMSUNG1024x600 = 3,
|
||||
VUSOLO4K480x320 = 4,
|
||||
PNG = 5
|
||||
};
|
||||
|
||||
// Functions
|
||||
|
Reference in New Issue
Block a user