COSA
An Object-Oriented Platform for Arduino Programming
|
Cosa display abstraction and device drivers.
Virtual Canvas device; abstraction of small screens, LCD/TFT, with Font and Icon handling. The class Element may be used to define graphical objects with local graphical Context. See Textbox for an example of Element.
Abstract character based LCD device driver interface and support adapters (SPI and Pins).
Device driver for ST7735, 262K Color Single-Chip TFT Controller (SPI).
Device driver for ST7565 64x128 pixels matrix LCD controller/driver (Serial OutputPin).
Device driver for PCD8544 48x84 pixels matrix LCD controller/driver (Serial OutputPin).
Device driver for HD44780 (aka 1602) 16x2/20x4 character LCD controller/driver (Serial OutputPin/Port direct/SPI).