hi , i have installed the 200x64 usb model of Alphacool (http://serdisplib.sourceforge.net/ser/usb_alphacool.html) with lcd4linux. Works all widget also the 'image' . My lcd4linux.conf :
Variables {
tick 500
tack 100
minute 60000
}
Display SerDispLib {
Driver 'serdisplib'
Port 'USB:060C/04EB'
Model 'ALPHACOOL'
}
i guess the problem will be in LCD4Linux (lcd4linux only sends 'pixel-informations' to serdisplib so serdisplib doesn't know anything about PNGs, marquees or things like that).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi , i have installed the 200x64 usb model of Alphacool (http://serdisplib.sourceforge.net/ser/usb_alphacool.html) with lcd4linux. Works all widget also the 'image' . My lcd4linux.conf :
Variables {
tick 500
tack 100
minute 60000
}
Display SerDispLib {
Driver 'serdisplib'
Port 'USB:060C/04EB'
Model 'ALPHACOOL'
}
Widget ImageTest {
class 'Image'
file '/root/prueba.png'
update 1000
visible 1
inverted 0
}
Layout Avatar {
X1.Y1 'ImageTest'
}
Display 'SerDispLib'
Layout 'Avatar'
Run and crash without error messages. I think it's for the png format, but i have try with many diferent configurations. Please help me.
(sorry for my english)
i'm trying now the 0.11.0 svn version and have the same error.
very little information given ...
which version of serdisplib?
if it's a problem with png than it's probably a problem with lcd4linux.
does testserdisp work without errors?
/wolfgang
serdisplib-1.97.8
LCD4Linux 0.11.0-SVN-965
the marquee scroller don't work too and the icon widget works fine. The testserdisp works fine too.
i guess the problem will be in LCD4Linux (lcd4linux only sends 'pixel-informations' to serdisplib so serdisplib doesn't know anything about PNGs, marquees or things like that).