diff options
Diffstat (limited to 'graphlcd.conf')
-rw-r--r-- | graphlcd.conf | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/graphlcd.conf b/graphlcd.conf index 2b0e784..027e6f4 100644 --- a/graphlcd.conf +++ b/graphlcd.conf @@ -76,7 +76,7 @@ WaitPriority=0 # Brightness # Sets the brightness of your display's backlight if supported by its # driver. -# Supported by: gu140x32f, gu256x64-372, gu256x64-3900, gu126x64D-K610A4 +# Supported by: gu140x32f, gu256x64-372, gu256x64-3900, gu126x64D-K610A4, ax206dpf # Possible values: 0 <= x <= 100) # Default value: 100 # @@ -560,3 +560,40 @@ Driver=dm140gink # USB ID activy 5xx: #Vendor=0x1509 #Product=0x925d +######################################################################## + +[ax206dpf] +# THIS IS AN EXPERIMENTAL DRIVER! +# You have to uncomment the variable HAVE_AX206DPF_EXPERIMENTAL +# in Make.config to use this driver. +# READ the READDME.ax206dpf before use! +# +# ax206dpf driver +# This is a driver module for an AX 206 based hacked photoframe. +# +# Default size: 320 x 240 or 240 x 320 (see "Portrait") +Driver=ax206dpf +#Width=320 +#Height=240 +#UpsideDown=no +# +# +# Device +# Selects a specific display +# 'dpf0' = first detected display, 'dpf1' = second detected display, ... +# Default value: 'dpf0' +#Device=dpf0 +# +# Portrait +# Select portrait or landscape mode +# Rotate display output by 90 degrees if necessary +# Possible values: 'yes' -> default size = 240 x 320 +# 'no' -> default size = 320 x 240 +# Default value: 'no' +#Portrait=no +# +# Zoom +# Determines if pixels should be magnified. +# Possible values: 1, 2, 3, 4 +# Default value: 1 +#Zoom=1 |