ea65 - driver for VFD in AOpen XC Cube AV EA65 barebones (Karsten <kafe69@gmx.net>)
This commit is contained in:
@@ -279,6 +279,21 @@ Keypad=yes
|
||||
#keypad_test_mode=yes
|
||||
|
||||
|
||||
## ea65 driver for the display in AOpen XC Cube AV EA65 media barebones ##
|
||||
[ea65]
|
||||
|
||||
# Device is fixed /dev/ttyS1
|
||||
# Width and Height are fixed 9x1
|
||||
|
||||
# As the VFD is self luminescent we don't have a backlight
|
||||
# But we can use the backlight functions to control the front LEDs
|
||||
# Brightness 0 to 299 -> LEDs off
|
||||
# Brightness 300 to 699 -> LEDs half bright
|
||||
# Brightness 700 to 1000 -> LEDs full bright
|
||||
Brightness=500
|
||||
# OffBrightness is the the value used for the 'backlight off' state
|
||||
OffBrightness=0
|
||||
|
||||
|
||||
## EyeboxOne driver ##
|
||||
[EyeboxOne]
|
||||
@@ -353,17 +368,17 @@ MinFontFaceSize=7x12
|
||||
|
||||
|
||||
## optional:
|
||||
Brightness=50 # Brightness (in %) if applicable
|
||||
Contrast=50 # Contrast (in %) if applicable
|
||||
Backlight=no # Backlight if applicable
|
||||
UpsideDown=no # flip image upside down
|
||||
Invert=no # invert light/dark pixels
|
||||
ShowDebugFrame=no # turns on/off 1 pixel thick debugging
|
||||
# border whithin the usable text area,
|
||||
# for setting up TextResolution and
|
||||
# MinFontFaceSize (if using FT2);
|
||||
ShowBigBorder=no # border around the unused area
|
||||
ShowThinBorder=yes # border around the unused area
|
||||
Brightness=50 # Brightness (in %) if applicable
|
||||
Contrast=50 # Contrast (in %) if applicable
|
||||
Backlight=no # Backlight if applicable
|
||||
UpsideDown=no # flip image upside down
|
||||
Invert=no # invert light/dark pixels
|
||||
ShowDebugFrame=no # turns on/off 1 pixel thick debugging
|
||||
# border whithin the usable text area,
|
||||
# for setting up TextResolution and
|
||||
# MinFontFaceSize (if using FT2);
|
||||
ShowBigBorder=no # border around the unused area
|
||||
ShowThinBorder=yes # border around the unused area
|
||||
PixelShiftX=0
|
||||
PixelShiftY=2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user