Commit Graph

5 Commits (f2dc0bedfbfda214e22bb9cf3d8b6db07d28dc8b)

Author SHA1 Message Date
Andrew Hannam 4f26ccedd0 Merge branch 'master' of https://github.com/inmarket/ChibiOS-LCD-Driver
Conflicts:
	halext/drivers/gdispS6d1121/s6d1121_lld.c.h
2012-08-05 02:33:56 +10:00
Andrew Hannam c4f5dedfb8 Incorporate Abhishek's changes
His font support was better than mine.
2012-08-04 14:30:40 +10:00
abhishek-kakkar 739cc8de18 S6D1121 LLD Compile error fix 2012-08-03 21:46:35 +05:30
Tectu 27634aedf7 halext new license headers 2012-08-02 22:23:03 +02:00
Andrew Hannam c99accc70e Extracted font structure definitions, re-organised some files, added gdispS6d1121 driver
Created gdisp_fonts.h to describe the internal structure of a font.
Moved template directory to templates and created a sub-folder for each
low level driver type.
Moved the pre-defined font data and emulation code into better
locations.
Changed the emulation code to be included in the low level driver (where
it should be) instead of the high level driver.
Added new low level driver gdispS6d1121 (someone please test)
Updated and added new readme's.
2012-08-02 02:03:46 +10:00