Commit Graph

621 Commits (ecc3989355ca70f7830fac00a37a1000da86b3ff)

Author SHA1 Message Date
Joel Bodenmann 643983c0b6 SSD1289 fix 2012-10-05 22:45:43 +02:00
Kumar Abhishek e74e2e1e32 S6D1121 Orientation-related fixes
S6D1121 set cursor and set viewPort functions validated.
GPIO interface readback shall be included in the next commit.
2012-10-06 00:38:34 +05:30
Tectu 863d0da4b3 Merge pull request #2 from abhishek-kakkar/master
Fix touchpad issues
2012-10-05 10:32:37 -07:00
Kumar Abhishek 2702bb4a2d Merge remote-tracking branch 'upstream/master'
Conflicts:
	src/touchpad.c

Fix conflicts
2012-10-05 22:20:45 +05:30
mobyfab 142ee8f26d Updated SSD1963 default rotation. 2012-10-05 16:27:50 +02:00
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 a03b2fbf5d added toplevel makefile gfx.mk 2012-10-04 09:10:04 +02:00
Joel Bodenmann 27276101ee Makefile LCD replaced with GFX 2012-10-04 09:09:03 +02:00
Joel Bodenmann b47ad0b71a added codingstyle.txt 2012-10-03 00:10:15 +02:00
Joel Bodenmann 2b75fd2981 docs 2012-10-01 23:32:31 +02:00
Joel Bodenmann 8707548414 docs 2012-10-01 20:46:03 +02:00
Joel Bodenmann e40537f141 v1.1 release 2012-10-01 20:33:47 +02:00
Joel Bodenmann c2402dcce9 docs update 2012-10-01 13:40:02 +02:00
Joel Bodenmann 57e8a3c526 removed last version number digit 2012-10-01 13:26:22 +02:00
Joel Bodenmann 30d03a620c replaced every LCD_XXX macro with GDISP_XXX 2012-09-29 20:56:30 +02:00
Joel Bodenmann 70a168df59 docs update 2012-09-29 20:56:06 +02:00
Joel Bodenmann 5fc59f35f9 SSD1289 fix 2012-09-28 19:55:32 +02:00
Joel Bodenmann 1003c37e0b cleanups 2012-09-26 20:18:18 +02:00
Joel Bodenmann 1d6a1b5338 compiler warning fix 2012-09-26 13:52:36 +02:00
Joel Bodenmann 50022e7984 compiler warning fix 2012-09-26 13:48:24 +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 f3165839a4 docs update 2012-09-23 00:09:25 +02:00
Joel Bodenmann ecb5be6e48 docs update 2012-09-23 00:08:26 +02:00
Joel Bodenmann bb2da23012 fixed gdispDrawArc() 2012-09-23 00:06:17 +02:00
Tectu d3b604cfde Merge pull request #50 from mobyfab/master
DMA support for SSD1963
2012-09-19 02:42:20 -07:00
mobyfab da83b0955f Some cleaning.
Fixed and tested DMA blitarea for SSD1963.
2012-09-18 22:55:02 +02:00
mobyfab 8e89654081 More info in the readme file. 2012-09-18 12:45:32 +02:00
mobyfab 9718d39d30 Fixed indentation 2012-09-18 12:06:45 +02:00
mobyfab b9618a99d7 Cleaning GCC warnings for unused variables 2012-09-18 11:59:50 +02:00
mobyfab 4991834cbb DMA fixed and tested for SSD1963 2012-09-17 22:51:02 +02:00
mobyfab ac228656ae DMA fixes, splitting the requests since 65535 is the max count 2012-09-17 19:35:10 +02:00
mobyfab 9921d74243 Testing DMA 2012-09-17 18:49:34 +02:00
Tectu 819c097750 Merge pull request #49 from inmarket/master
Changes to Console, CMT, BitBlt, Clip, Arc & Drivers
2012-09-10 03:55:47 -07:00
Andrew Hannam 7025d927ca Clip Boundary Conditions & Nokia6610 Fixes
Clipping Boundary Conditions are now fixed.
Nokia6610 Driver now works properly, also supports setting LCD contrast.
2012-09-10 20:38:54 +10: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
Andrew Hannam 967f37dffe Merge pull request #6 from Tectu/master
Update from Tectu
2012-09-09 20:20:58 -07:00
Tectu b7791cc490 Merge pull request #48 from mobyfab/master
Touchpad fixes
2012-09-09 00:58:52 -07:00
mobyfab 11d299114f Fixes for the touchpad API. 2012-09-07 22:57:35 +02:00
Tectu 2297c4b418 Merge pull request #47 from mobyfab/master
Bug fix
2012-09-06 21:41:10 -07:00
Andrew Hannam b8dcccb551 Merge pull request #5 from Tectu/master
Pull Tectu Changes
2012-09-06 16:00:59 -07:00
mobyfab 8cbb746065 Increased FSMC delays. They were too low. 2012-09-06 23:11:03 +02:00
Tectu 3f26b8ac55 Merge pull request #46 from mobyfab/master
GPIO for SSD1963
2012-09-04 10:35:30 -07:00
mobyfab 75a3a98228 Adding GPIO to SSD1963 2012-09-04 12:51:35 +02:00
Tectu f47bbcb9a7 docs 2012-09-03 00:54:40 +02:00
Tectu bdd794b836 header adjustments on SSD1963 2012-09-03 00:52:40 +02:00