Commit Graph

34 Commits (fdb5d8a5808dbe9081bc39088a71351c71629d62)

Author SHA1 Message Date
Tectu fdb5d8a580 fixed licensing on XPT2046 2012-08-09 09:35:54 +02:00
Tectu 883b9345b4 added ADS7843 touchpad driver 2012-08-09 09:31:07 +02:00
Tectu 03c27adb1c added tpIRQ() 2012-08-09 03:30:45 +02:00
Tectu 956f612544 TOUCHPAD_PRESSURE -> TOUCHPAD_HAS_PRESSURE 2012-08-09 03:21:52 +02:00
Tectu 69bcdbba84 added XPT2046 readme 2012-08-09 03:16:13 +02:00
Tectu 23dc88bce5 Merge branch 'master' into touchpad 2012-08-09 03:13:12 +02:00
Tectu 385798b212 touchpad fix 2012-08-09 03:07:07 +02:00
Tectu 18581a40de touchpad fix 2012-08-09 03:01:21 +02:00
Tectu 6780a59439 merged from touchpad 2012-08-09 02:38:45 +02:00
Tectu 4c3e1847de removed TOUCHPAD_NEED_MULTITASKING 2012-08-09 02:22:10 +02:00
Tectu 19bb3b15dd tpInit() 2012-08-09 02:03:26 +02:00
Tectu 79c0535678 more touchpad stuff 2012-08-09 01:31:24 +02:00
Tectu 1c0212bb2b Revert "added touchpad driver structure for halext"
This reverts commit 22d66771f2.
2012-08-09 01:21:30 +02:00
Tectu 640b747393 more touchpad stuff 2012-08-09 01:20:15 +02:00
Tectu 384529af26 a few more touchpad things 2012-08-09 01:07:04 +02:00
Tectu 308184ead1 some more touchpad stuff 2012-08-09 00:43:52 +02:00
Tectu 82dbef4c8d added touchpad XPT2046 driver dummy 2012-08-08 23:41:18 +02:00
Tectu 22d66771f2 added touchpad driver structure for halext 2012-08-08 23:28:10 +02:00
Tectu 292ca0d44e makefiles update 2012-08-08 22:51:23 +02:00
Thomas Saunders b87fc583d4 fix grammar, vertical scroll, missing function definition 2012-08-07 17:04:57 +01:00
Andrew Hannam 34075031de Backport GDISP low level drivers to GLCD
see GLCD/readme.txt
2012-08-06 11:30:02 +10:00
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 f4b63ebaf4 Many changes including scaled fonts
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.
2012-08-05 02:32:31 +10:00
Andrew Hannam d61cff7a79 Many changes including scaled fonts.
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.
2012-08-05 00:46:43 +10:00
Andrew Hannam c4f5dedfb8 Incorporate Abhishek's changes
His font support was better than mine.
2012-08-04 14:30:40 +10:00
Andrew Hannam 37c1266a51 Fix fonts nd fix debug symbols
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.
2012-08-04 02:23:05 +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 af3abeebad New (working) driver gdispNokia6610 + small syntax fix
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
2012-08-02 23:41:41 +10:00
Andrew Hannam 072bf74c3e 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.
:)
2012-08-02 12:20:27 +10: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
Andrew Hannam 9ac85166b2 Added ssd1289 low level driver to GDISP
Untested as I don't have the hardware.
Back-ported from GLCD.
2012-08-01 01:54:05 +10:00
Andrew Hannam d7fc0795d5 Reduce minimum number of low level driver routines to 2 2012-07-31 15:24:15 +10:00
Andrew Hannam 256062859a Many changes
Fixed compile errors
Moved to halext directory (with readme instructions)
Started gdispNokia6100 low level driver
2012-07-31 14:34:10 +10:00