aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge branch 'GLCDBackPort' into GLCDBackPort2Andrew Hannam2012-08-060-0/+0
| |\
| | * Update GLCD to use GDISP low level driversAndrew Hannam2012-08-0513-2397/+1240
| | |
| * | Backport GDISP low level drivers to GLCDAndrew Hannam2012-08-0613-2395/+1238
| | | | | | | | | | | | see GLCD/readme.txt
| * | Merge pull request #4 from Tectu/masterAndrew Hannam2012-08-054-184/+0
| |\ \ | |/ / |/| / | |/ Merge Tectu Changes
* | fixTectu2012-08-052-2/+0
| |
* | cleanupTectu2012-08-052-182/+0
| |
* | Merge pull request #30 from inmarket/masterTectu2012-08-0426-4182/+3409
|\| | | | | Many changes including scaled fonts, backlight & contrast support
| * Merge branch 'master' of https://github.com/inmarket/ChibiOS-LCD-DriverAndrew Hannam2012-08-051-0/+247
| |\ | | | | | | | | | | | | Conflicts: halext/drivers/gdispS6d1121/s6d1121_lld.c.h
| | * Many changes including scaled fonts.Andrew Hannam2012-08-0522-2612/+1563
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scaled fonts (independantly in x & y direction) based on normal sized font. Effectively double sized and double height same width fonts come free (or triple etc). New routine for sending low level drivers hardware commands eg backlight off/on Power and Orientation moved to new routine. Clean up on files to simplify low level driver file overheads.
| | * Incorporate Abhishek's changesAndrew Hannam2012-08-045-403/+402
| | | | | | | | | | | | His font support was better than mine.
| | * Deleted superflous filesAndrew Hannam2012-08-042-1041/+0
| | |
| | * Fix fonts nd fix debug symbolsAndrew Hannam2012-08-0410-233/+1287
| | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed fonts for draw/fill char/string. On my display I require GDISP_SOFTWARE_TEXTFILLDRAW for filled char/string but that may because my display blit may be broken. Also found that code in header files doesn't have debug symbols generated for it so I converted the include files that contained code into real C files and altered the halext.mk to match.
| | * Add new license to files missing itAndrew Hannam2012-08-048-1700/+1777
| | | | | | | | | | | | | | | | | | Add new license to files missing it. Some headers corrupted in license change were fixed. A couple of readme updates
| | * Merge pull request #1 from Tectu/masterAndrew Hannam2012-08-0259-876/+1451
| | |\ | | | | | | | | Get updated license files
| * | | Many changes including scaled fontsAndrew Hannam2012-08-0525-4182/+3162
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Scaled fonts (independantly in x & y direction) based on normal sized font. Effectively double sized and double height same width fonts come free (or triple etc). New routine for sending low level drivers hardware commands eg backlight brightness, contrast Power and Orientation moved to new routine. Clean up on files to simplify low level driver file overheads.
* | | Merge pull request #27 from abhishek-kakkar/masterTectu2012-08-033-161/+204
|\ \ \ | | | | | | | | Fixed Text Rendering Issues
| * | | Fixed Text Rendering Issuesabhishek-kakkar2012-08-032-160/+203
| | | |
| * | | S6D1121 LLD Compile error fixabhishek-kakkar2012-08-031-1/+1
|/ / /
* | | fixed gdisp.hTectu2012-08-031-0/+17
| | |
* | | contributors.txt updateTectu2012-08-031-2/+2
| |/ |/|
* | contributors updateTectu2012-08-021-1/+1
| |
* | added contributors.txt fileTectu2012-08-021-0/+14
| |
* | halext new license headersTectu2012-08-0225-458/+185
| |
* | added new license headers to all files, expect /halextTectu2012-08-0230-70/+576
| |
* | added license.txtTectu2012-08-022-347/+674
| |
* | Merge pull request #26 from inmarket/masterTectu2012-08-0213-470/+1170
|\| | | | | New low level driver gdispNokia6610, removed dud Nokia6100, small syntax fix for some pixel formats
| * New (working) driver gdispNokia6610 + small syntax fixAndrew Hannam2012-08-0213-470/+1170
| | | | | | | | | | | | | | | | Small syntax error fix in macro for some pixel formats. gdispNokia6610 driver is tested (at least for filled rectangles) on Olimex SAM7-EX256 using the GE8 controller. Board interface is abstracted which should make it easy to add a new board interface. The
* | compiling fixTectu2012-08-021-0/+1
| |
* | Merge pull request #25 from inmarket/masterTectu2012-08-015-0/+787
|\| | | | | New low level driver gdispTestStub
| * New low level driver gdispTestStubAndrew Hannam2012-08-025-0/+787
| | | | | | | | | | | | | | This new driver contains no hardware dependancies and so it can be used accross platforms to ensure the halext build system is working correctly. Just don't expect dots to appear on the non-existant display. :)
* | halext readme fixTectu2012-08-021-1/+1
| |
* | Merge pull request #24 from inmarket/masterTectu2012-08-0124-513/+1956
|\| | | | | Many updates including new low level driver s6d1121
| * 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.
* | Merge pull request #23 from inmarket/masterTectu2012-07-316-0/+1369
|\| | | | | Added ssd1289 low level driver to GDISP
| * Added ssd1289 low level driver to GDISPAndrew Hannam2012-08-016-0/+1369
| | | | | | | | | | Untested as I don't have the hardware. Back-ported from GLCD.
* | Merge pull request #22 from inmarket/masterTectu2012-07-3017-18/+4026
|\| | | | | GDISP display driver.
| * 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
| |