aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Extracted font structure definitions, re-organised some files, added ↵Andrew Hannam2012-08-0224-513/+1956
| | | | | | | | | | | | | | 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.
* Added ssd1289 low level driver to GDISPAndrew Hannam2012-08-016-0/+1369
| | | | | Untested as I don't have the hardware. Back-ported from GLCD.
* Reduce minimum number of low level driver routines to 2Andrew Hannam2012-07-317-70/+121
|
* Many changesAndrew Hannam2012-07-3116-783/+1663
| | | | | | Fixed compile errors Moved to halext directory (with readme instructions) Started gdispNokia6100 low level driver
* New GDISP driverAndrew Hannam2012-07-318-18/+3095
| | | | | | Based on GLCD, GDISP provides support for multiple architectures in a ChibiOS driver format. A compatability glcd.h has been provided to assist those wanting to migrate to the new structure.
* Merge pull request #21 from trsaunders/masterTectu2012-07-261-1/+4
|\ | | | | allow LCDLIB to be defined in Makefile
| * allow LCDLIB to be defined in MakefileThomas Saunders2012-07-261-1/+4
| |
| * Merge remote-tracking branch 'upstream/master'trsaunders2012-07-250-0/+0
| |\
* | | readme updateTectu2012-07-261-2/+2
| | |
* | | readme updateTectu2012-07-261-3/+5
| | |
* | | readme updateTectu2012-07-261-0/+16
| | |
* | | readme updateTectu2012-07-261-15/+0
| | |
* | | Merge pull request #20 from trsaunders/masterTectu2012-07-251-5/+7
|\| | | |/ |/| console fix
| * fix for console when x0 != 0 or y0 != 0trsaunders2012-07-251-5/+7
| |
* | Merge pull request #19 from trsaunders/masterTectu2012-07-253-28/+90
|\| | | | | lcdDrawChar from within worker
| * change font type to font_ttrsaunders2012-07-251-1/+1
| |
| * Merge remote-tracking branch 'upstream/master'trsaunders2012-07-254-7/+7
| |\ | |/ |/|
* | lcdVerticalScroll() fixTectu2012-07-254-4/+4
| |
* | fixed lcdRectDraw()Tectu2012-07-251-3/+3
| |
* | Merge pull request #18 from trsaunders/masterTectu2012-07-243-50/+54
|\ \ | | | | | | improvements to glcd.c
| | * drawChar in workertrsaunders2012-07-253-28/+90
| |/
| * get pixel return value implemented in structtrsaunders2012-07-2415-121/+133
| |\ | |/ |/|
* | compiler warningsTectu2012-07-241-3/+6
| |
* | cleanupTectu2012-07-242-3/+0
| |
* | lcdDrawLine() speed improvementTectu2012-07-241-42/+50
| |
* | lcdDrawRect() speed improvementTectu2012-07-241-3/+1
| |
* | Merge pull request #17 from trsaunders/masterTectu2012-07-231-5/+5
|\ \ | | | | | | console optimisations
* | | added glcdWorker.hTectu2012-07-231-0/+123
| | |
* | | cleanupTectu2012-07-233-126/+2
| | |
* | | cleanupTectu2012-07-232-4/+4
| | |
* | | implemented lcdGetPixelColor()Tectu2012-07-231-8/+6
| | |
* | | Merge pull request #16 from trsaunders/masterTectu2012-07-221-0/+5
|\ \ \ | | | | | | | | tidy up bottom and edges of console
* | | | added console demoTectu2012-07-222-14/+30
| | | |
* | | | readme updateTectu2012-07-221-1/+1
| | | |
* | | | fastMath cleanupTectu2012-07-222-19/+15
| | | |
* | | | ssd1289 lld_lcdReadStream() fixTectu2012-07-221-1/+1
| | | |
* | | | touchpad fixTectu2012-07-225-25/+17
| | | |
* | | | Merge pull request #15 from trsaunders/masterTectu2012-07-221-9/+9
|\ \ \ \ | | | | | | | | | | fix inverted mode
* \ \ \ \ Merge pull request #14 from trsaunders/masterTectu2012-07-221-19/+34
|\ \ \ \ \ | | | | | | | | | | | | Fix orientations in SSD1189
* \ \ \ \ \ Merge pull request #13 from trsaunders/masterTectu2012-07-221-146/+271
|\ \ \ \ \ \ | | | | | | | | | | | | | | S6D1121 driver improvements
| | | | | | * remove result from GLCD message struct and use chMsgRelease to pass result ↵trsaunders2012-07-243-48/+47
| | | | | |/ | | | | | | | | | | | | | | | | | | instead
| | | | | * optimise console: use lcdFillArea instead of lcdDrawRecttrsaunders2012-07-231-5/+5
| | | | |/
| | | | * tidy up bottom and edges of consoletrsaunders2012-07-221-0/+5
| | | |/
| | | * fix SSD1289 inverted modetrsaunders2012-07-221-9/+9
| | |/
| | * fix orientations in ssd1289trsaunders2012-07-221-2/+2
| | |
| | * fix orientations in ssd1289trsaunders2012-07-221-19/+34
| |/
| * F4 FSMC support, add support for different orientations, tidyuptrsaunders2012-07-221-146/+271
|/
* ssd1289 fixTectu2012-07-221-5/+3
|
* whitespaceTectu2012-07-221-2/+0
|
* fixTectu2012-07-221-10/+1
|