This program only displays the selected color.
With this display you can displays graphs, bmp files, anything graphic.
The display has a buildin 1 MB EEPROM to store graphics.
Look at www.ezlcd.com/support.
Look for the ezLCD-004 section.
It has the latest firmware, documentation and user manual.
I have the EzLCD-002 with the touch screen and it is cool.· I have started writing an object to support it's features via a serial connection·using just two ports of the Propeller.
I have a ezLCD-001 and a ezLCD-004.
Never got the chance to get the -002.
From what I undestand the touch screen of the -002 is by large blocks.
I have been able to program the touch screen down to 5x5 pixels, but it takes large amount of program to define each small button.
The -004 also uses two wire scheme.
Let me know how your program works.
I modified the program to use· PUB to save some code setting up the buttons.
Comments
J
With this display you can displays graphs, bmp files, anything graphic.
The display has a buildin 1 MB EEPROM to store graphics.
Look at www.ezlcd.com/support.
Look for the ezLCD-004 section.
It has the latest firmware, documentation and user manual.
In the example given, you can touch·any number, when finished, touch Enter
and the number is used to display the corresponding color.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Stan Dobrowski
Never got the chance to get the -002.
From what I undestand the touch screen of the -002 is by large blocks.
I have been able to program the touch screen down to 5x5 pixels, but it takes large amount of program to define each small button.
The -004 also uses two wire scheme.
Let me know how your program works.
I modified the program to use· PUB to save some code setting up the buttons.