diff options
-rw-r--r-- | graphlcd.conf | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/graphlcd.conf b/graphlcd.conf index 24aa61e..270cae8 100644 --- a/graphlcd.conf +++ b/graphlcd.conf @@ -703,3 +703,18 @@ Device=0 Width=320 Height=240 +[alphacool] +# Driver setting for the Alphacool USB LCD (240x128 pixels) +# Requires serdisplib to be installed +Driver=serdisp +Controller=alphacool +Device=USB:060c/04eb +Backlight=yes + +[sdcmegtron] +# Driver setting for the SDC Megtron USB LCD (240x128 pixels) +# Requires serdisplib to be installed +Driver=serdisp +Controller=sdcmegtron +Device=USB:152a/8380 +Backlight=yes |