Commit Graph

1200 Commits (317db95c46578c399041f3f1a180bb1cd42a9faf)

Author SHA1 Message Date
Joel Bodenmann 6005051ac7 graph update 2012-10-24 02:57:59 +02:00
Joel Bodenmann 5ac6912648 first graph implementation 2012-10-24 02:39:21 +02:00
Joel Bodenmann 7c4472cd94 added graph dummy 2012-10-24 00:12:50 +02:00
Joel Bodenmann c51096f8f2 renamed calibration storage interface 2012-10-23 06:30:17 +02:00
Joel Bodenmann 0685eb445a touchpad calibration storage update 2012-10-23 06:19:18 +02:00
Joel Bodenmann 9379d17303 touchpad calibration storage update 2012-10-23 06:10:57 +02:00
Joel Bodenmann 34a64b13c4 whitespaces 2012-10-23 02:57:38 +02:00
Joel Bodenmann 8da73efced SSD1289 setViewPort bugfix 2012-10-23 02:34:20 +02:00
Joel Bodenmann a4a815f6f3 added delay to gdispControl() to fix some timing issues 2012-10-23 01:25:42 +02:00
Joel Bodenmann 7b277edc59 renamed macros 2012-10-21 01:47:11 +02:00
Joel Bodenmann a8c9db2709 renamed console fuctions to gfx 2012-10-13 19:47:20 +02:00
trsaunders 15a6687fd8 update console for latest chibios changes 2012-10-13 16:39:25 +01:00
Joel Bodenmann 9c3b5a0145 console fix 2012-10-13 02:39:17 +02:00
Joel Bodenmann c02d0868bc console update 2012-10-13 02:08:02 +02:00
Joel Bodenmann 166d78c97a console updates 2012-10-13 02:04:20 +02:00
Joel Bodenmann 0eeee23788 Merge branch 'master' of github.com:Tectu/ChibiOS-GFX 2012-10-13 01:05:54 +02:00
Joel Bodenmann 6546c03250 TOUCHPADDriver_t -> TOUCHPADDriver | GConsole_t -> GConsole 2012-10-13 01:05:20 +02:00
Joel Bodenmann 15775696c9 small fix 2012-10-11 12:27:26 +02:00
Joel Bodenmann 069b0d32d8 GConsole -> GConsole_t 2012-10-11 09:27:02 +02:00
Joel Bodenmann 4a27e7c799 TOUCHPADDriver -> TOUCHPADDriver_t 2012-10-11 09:23:42 +02:00
Joel Bodenmann cf1a759ad6 SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and GDISP_SCREEN_HEIGHT 2012-10-11 01:41:18 +02:00
Joel Bodenmann b9de7e6ce3 struct cal -> struct cal_t 2012-10-10 13:46:18 +02:00
Joel Bodenmann db5d270a40 cleanup 2012-10-08 00:26:18 +02:00
mobyfab 424dde2d8c Adding a define for electrically inverted touchpads. 2012-10-07 22:12:09 +02:00
Kumar Abhishek 2702bb4a2d Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/touchpad.c

Fix conflicts
2012-10-05 22:20:45 +05:30
Joel Bodenmann 1ccb7f4660 rename of orientation 2012-10-05 09:20:39 +02:00
Joel Bodenmann ec637ad2df Revert "rename of orientation"
This reverts commit d6b17a1573.
2012-10-05 09:12:57 +02:00
Joel Bodenmann d6b17a1573 rename of orientation 2012-10-05 09:09:59 +02:00
Kumar Abhishek c35988ffb5 Touchpad Issue Fix
Fixed interchanged cases of landscape and landscapeInv in tpReadX()
and tpReadY()
2012-10-04 15:12:57 +05:30
Joel Bodenmann 1003c37e0b cleanups 2012-09-26 20:18:18 +02:00
Joel Bodenmann 68a7d2b754 compiler warning fix 2012-09-26 13:43:04 +02:00
Joel Bodenmann 5de2e9ac86 implemented touchpad calibration storage interface 2012-09-26 00:05:24 +02:00
Joel Bodenmann 0ba16c35af renaming from ChibiOS-LCD-Driver to ChibiOS/GFX 2012-09-25 00:19:10 +02:00
Joel Bodenmann bb2da23012 fixed gdispDrawArc() 2012-09-23 00:06:17 +02:00
mobyfab da83b0955f Some cleaning.
Fixed and tested DMA blitarea for SSD1963.
2012-09-18 22:55:02 +02:00
Andrew Hannam 3a8d39980b Changes to Console, VMT, BitBlt, Clip & Drivers
Console - Fix compile, add GDISP_NEED_CONSOLE for compilation
VMT - Fix after directory structure changes
BitBlt - Update API to allow a source bitmap position.
Clip - Add clipping support into gdisp
Arc - Allow hardware accelleration of Arc routines
Nokia6610 - Fixes to BitBlt.
2012-09-10 15:54:22 +10:00
mobyfab 11d299114f Fixes for the touchpad API. 2012-09-07 22:57:35 +02:00
Tectu 661d0bb2fe cleanups & docs 2012-08-28 16:39:05 +02:00
Tectu d71a621790 cleanup 2012-08-28 16:25:22 +02:00
Tectu 2c7cbc1dd7 implemented gdispDrawArc() by noether 2012-08-28 16:24:00 +02:00
Tectu 8fd1de6ef5 first try to implement gdispDrawARC() (not working yet) 2012-08-24 15:54:32 +02:00
Tectu 580c00b8f8 console patch (thanks to inmarket for helping) 2012-08-24 11:37:47 +02:00
Tectu e24afca5e4 Merge branch 'master' of github.com:Tectu/ChibiOS-LCD-Driver 2012-08-24 02:37:03 +02:00
Tectu fcfab98517 added gdispDrawArc() and gdispFillArc() dummies 2012-08-24 02:35:28 +02:00
Tectu bee96e39ad fixed touchpad orientation 2012-08-22 16:33:40 +02:00
Kumar Abhishek a41a5911e5 Fix compiler warnings
Removed redundant dummy read from high level functions
2012-08-16 15:26:03 +05:30
trsaunders ee99456a9e fix spelling 2012-08-13 21:53:52 +01:00
trsaunders 61f527498f only enable console code if driver support is available 2012-08-13 21:46:58 +01:00
Tectu 6982d7d076 moved console to src/ and include/ 2012-08-13 13:44:43 +02:00
Tectu e27d04d002 restructure 2012-08-13 04:12:42 +02:00