|
Friday, 24 July 2009 15:43 |
|
All these C drivers have been tested on a few environments - some of them were written and published in the previous iteration of pavius.net, circa 2003. They are heavily documented and completely free to download and use.
PIC drivers
- I²C: Tested on a myriad of PIC16s and PIC18s. Master mode only
- HD44780 LCD: Tested on a 2x16 LCD with a 4 bit interface
- Nokia 7710 Dot Matrix LCD: In its current form, supports plotting the Nokia 7710 LCD with page aligned and unaligned info. Non buffered - no ~900 byte back buffer required, at the expense of not being able to write two unaligned glyphs to a single glyph
- BitmapDb.h: Describes the structures used by The Dot Factory.
- 5x7 font: A C array for 5x7 font including numbers, letters (lower case and upper case) and some symbols
- Microchip serial EEPROMs: Support for writes that span over multiple page
- Trackball gestures: Project demonstrating simple trackball gesture detection (see the project page)
|