mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-04 22:57:50 +03:00
feat: add sleep screen selection
This commit is contained in:
parent
4ccd6e09d8
commit
bda8102720
@ -114,12 +114,13 @@ class CrossPointSettings {
|
||||
};
|
||||
|
||||
// Reader screen margin options (pixel values)
|
||||
#define SCREEN_MARGIN_DATA \
|
||||
X(5, "5 px") \
|
||||
X(10, "10 px") \
|
||||
X(15, "15 px") X(20, "20 px") X(25, "25 px") X(30, "30 px") X(35, "35 px") X(40, \
|
||||
"40 " \
|
||||
"px")
|
||||
#define SCREEN_MARGIN_DATA \
|
||||
X(5, "5 px") \
|
||||
X(10, "10 px") \
|
||||
X(15, "15 px") \
|
||||
X(20, "20 px") X(25, "25 px") X(30, "30 px") X(35, "35 px") X(40, \
|
||||
"40 " \
|
||||
"px")
|
||||
|
||||
enum SCREEN_MARGIN {
|
||||
#define X(val, str) MARGIN_##val,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user