Statistics
| Revision:

root / GLCDlib / examples / touchscreen / touchscreen.pde

History | View | Annotate | Download (2.5 KB)

# Date Author Comment
7763 2011-12-11 02:28 jcw

update all source files to point to the new repository on GitHub

7701 2011-06-01 15:21 jcw

add multi-font support

6618 2011-01-16 23:27 jcw

moved glcdNode from RF12 to GLCDlib

6557 2011-01-04 15:38 jcw

implemented ack-based remote GLCD code with timeouts and retries

6528 2010-12-23 01:35 sevans

Tidied up various functions and source in general. Moved ST7565 command constants into their own header file GLCDST7565commands.h Scrollup,down,left,right functions now replaced by scroll(direction,pixels). Constants SCROLLUP,SCROLLDOWN,SCROLLLEFT,SCROLLRIGHT added....

6525 2010-12-22 22:37 sevans

Standardised function/procedure names to use interCappedNames.

6397 2010-12-10 20:50 jcw

added backlight support and host/remote support for drawstring_p + drawstringx_p

6370 2010-12-08 01:38 sevans

Added touchscreen example code to examples. Screen used is Nintendo DS (non lite) resistive. 4 wires at bottom connected to (from left to right) Port 3 AIO, Port 2 AIO, Port 3 DIO, Port 2 DIO All 4 lines have 10K pull down to 0v.