Home - WimWWimW/touchScreen GitHub Wiki
This software has been developed to use the Digole touch screen colour LCD display with micro-python.
The unit contains a three-class hierarchy. DigoleBasic implements the primitive instructions for the display unit. Mostly it closely follows the manual, but for some functions the advantage of python over C++ to simplify the functions' signatures was taken. Some method names were changed to shorter and/or better understandable names. As compromise to the memory limitations in micro-python, some methods have been commented out.
The class DigoleDisplay adds convieniency and a message stack to read data from the display, e.g. clicks off the touch screen.
The code is being tested against a 240x320 colour LCD. It will likely work with other Digole-units too for they share the same API. Please share your experiences.