| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |\ |
|
| | | |
|
| | |
| | |
| | |
| | | |
see GLCD/readme.txt
|
| |\ \
| |/ /
|/| /
| |/ |
Merge Tectu Changes
|
| | |
|
| | |
|
|\|
| |
| | |
Many changes including scaled fonts, backlight & contrast support
|
| |\
| | |
| | |
| | |
| | | |
Conflicts:
halext/drivers/gdispS6d1121/s6d1121_lld.c.h
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
His font support was better than mine.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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 it.
Some headers corrupted in license change were fixed.
A couple of readme updates
|
| | |\
| | | |
| | | | |
Get updated license files
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | | |
Fixed Text Rendering Issues
|
| | | | |
|
|/ / / |
|
| | | |
|
| |/
|/| |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\|
| |
| | |
New low level driver gdispNokia6610, removed dud Nokia6100, small syntax fix for some pixel formats
|
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| | |
|
|\|
| |
| | |
New low level driver gdispTestStub
|
| |
| |
| |
| |
| |
| |
| | |
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.
:)
|
| | |
|
|\|
| |
| | |
Many updates including new low level driver s6d1121
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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 GDISP
|
| |
| |
| |
| |
| | |
Untested as I don't have the hardware.
Back-ported from GLCD.
|
|\|
| |
| | |
GDISP display driver.
|
| | |
|
| |
| |
| |
| |
| |
| | |
Fixed compile errors
Moved to halext directory (with readme instructions)
Started gdispNokia6100 low level driver
|
|/
|
|
|
|
| |
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.
|
|\
| |
| | |
allow LCDLIB to be defined in Makefile
|
| | |
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\| |
| |/
|/| |
console fix
|
| | |
|
|\|
| |
| | |
lcdDrawChar from within worker
|
| | |
|