History | View | Annotate | Download (2.5 KB)
update all source files to point to the new repository on GitHub
add multi-font support
moved glcdNode from RF12 to GLCDlib
implemented ack-based remote GLCD code with timeouts and retries
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....
Standardised function/procedure names to use interCappedNames.
added backlight support and host/remote support for drawstring_p + drawstringx_p
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.