Hi,
ich hab' eben die v0.0.7 des graphlcd plugins fertiggemacht.
Ihr findet sie (wie üblich) hier
Project Homepage: http://c.siebholz.bei.t-online.de
Changes v0.0.7:
- the file format of the logos and the pictures have been replaced with a new format: *.GLCD
- 'Good-Bye picture'
- added some tools:
convpic: a tool to convert *.BMP + *.TIFF images to *.GLCD format.
TIFF: uncompressed, RGB-encoded, 2-color
BMP : uncompressed, RGB-encoded, 2-color, WindowsBMP format)
showpic: a tool to show an image on the LCD. The image must be in *.GLCD format. (use convpic to convert)
crtfont: a tool to create fonts. (see appropriate README files for more info)
- included 'sources' for logos and fonts
- fixed problem, if logo was bigger than LCD size.
- macros in one line
- added external triggered symbols
- setup parameters are explained in the README
- the usage of different fonts are explained in the README
- now Set8Pixels() is used in Char() and CharProp() (increases performance)
- replaced strncpy with own fct strncopy.
Jetzt kann man auch (relativ einfach) eigene Fonts erstellen (crtfont).
Das Problem mit dem Non-Root user hab' ich noch nicht gefixt, das kommt aber wohl demnächst...
Viel Spass, Carsten