Commit graph

8 commits

Author SHA1 Message Date
Andrew Hannam
5e651a75d6 Revert "Revert "Revert "Nokia6610GE8 driver updates"""
This reverts commit 739b39ddd4.
2013-03-08 00:15:08 +10:00
Andrew Hannam
739b39ddd4 Revert "Revert "Nokia6610GE8 driver updates""
This reverts commit 193c6f488e.
2013-03-08 00:10:07 +10:00
Andrew Hannam
193c6f488e Revert "Nokia6610GE8 driver updates"
This reverts commit a966df6f34.
2013-03-08 00:09:29 +10:00
Andrew Hannam
a966df6f34 Nokia6610GE8 driver updates
Fix screen size to ignore hidden pixels.
Add orientation support.
Fix bit blitting boundary conditions.
Add power modes support.
This driver is now fully implemented.
2013-03-07 23:58:53 +10:00
Andrew Hannam
9329b22086 Fix compile error in GDISP
Fix compile error with wrongly named include file
Revert lld_gdisp naming convention to gdisp_lld to fix problem and be
consitant with all other low level drivers.
2013-02-18 17:29:08 +10:00
Joel Bodenmann
1bfc5a9f85 removed GDISP_LLD() macro - fix 2013-02-11 09:25:45 +01:00
Joel Bodenmann
885b3d53b3 removed GDISP_LLD() macro 2013-02-11 09:25:26 +01:00
Andrew Hannam
07f3483535 Restructure
Create global include file called gfx.h which knows about sub-system
dependancies.
Deprecate Touchscreen (GINPUT touch is now working properly)
Merge Graph into GWIN
Change directory structure to reflect sub-system structure
Many small bugs fixed
Split Nokia6610 gdisp driver into GE8 and GE12 controller versions
Fixed broken demos.
GFX sub-systems are now clearly defined and new ones should be much
easier to add.
2012-12-06 18:45:54 +10:00