14 lines
625 B
INI
14 lines
625 B
INI
#This config file stores the configuration relative to the oled display
|
|
#This file allows you to set the screen's orientation, brightness level, among other
|
|
#AUTO_OFF defines the ammount of time before the display go into sleep : duration in ms
|
|
#0 is never.
|
|
#ORIENTATION can be one of the following values : 0, 90, 180 and 270
|
|
#things. The blank new line at then end of the is mendatory. Without it, the last parameter won't be read.
|
|
#The blank new line at then end of the file is mendatory. Without it, the last parameter won't be read.
|
|
|
|
ENABLED : 'true'
|
|
DIMMED : 'false'
|
|
INVERTED : 'false'
|
|
ORIENTATION : 0
|
|
AUTO_OFF : 3000
|