Commit Graph

1048 Commits (9c33df953dcc7bcfa1f73a7f3d275ff04e58ed17)

Author SHA1 Message Date
Joel Bodenmann 9c33df953d docs 2013-05-27 12:45:04 +02:00
Andrew Hannam f7ae118f3b Merge pull request #74 from inmarket/master
More GOS changes incl adding Win32 O/S support
2013-05-25 09:08:37 -07:00
inmarket 8fcbf4e5d5 More GOS module changes
GQUEUE as a seperate module
GOS changes including basic Win32 O/S support
2013-05-26 02:06:55 +10:00
Andrew Hannam f0569e2555 Merge pull request #73 from inmarket/master
GOS module for OS independance, GMISC additions
2013-05-24 08:41:48 -07:00
inmarket 7fbfde42aa GOS module, for operating system independance
GMISC fast floating point trig
GMISC fast fixed point trig
2013-05-25 01:26:52 +10:00
Andrew Hannam 42006a67b5 Merge pull request #30 from Tectu/master
Merge Tectu Changes
2013-05-23 20:35:42 -07:00
Tectu 5f2a32714c Merge pull request #72 from abhishek-kakkar/master
New Notepad-2 Demo
2013-05-23 09:45:41 -07:00
Abhishek Kumar e52cb141b7 New Notepad-2 Demo for ChibiOS/GFX
See demos/3rdparty/notepad-2/readme.txt for more details.
2013-05-23 23:38:57 +07:00
Tectu dd9ae388fb Merge pull request #71 from abhishek-kakkar/master
Fix GIF rendering stability issue
2013-05-21 00:37:39 -07:00
Abhishek Kumar 4e7c1b00ca Fix GIF rendering issue
Uninitialized cache values causes stability issues in systems
Cache initialized to 0 fixes it.
2013-05-21 14:00:17 +07:00
Joel Bodenmann 86951a8b2f Added HX8347D driver by the user Eddie 2013-05-21 00:13:22 +02:00
Joel Bodenmann 8d5fa39dd9 docs 2013-05-20 19:15:20 +02:00
Joel Bodenmann fefdd42d7d doxygen fix 2013-05-20 16:43:40 +02:00
Joel Bodenmann 92c3803d2b docs 2013-05-20 16:23:28 +02:00
Joel Bodenmann 757b28531f added enable and disable APIs to high level GWIN code 2013-05-20 16:18:10 +02:00
Joel Bodenmann 92883c795e button fix 2013-05-20 16:04:38 +02:00
Joel Bodenmann d4e0ce8b70 added gwin enabled parameter and implemented button enable/disable functions 2013-05-20 07:01:20 +02:00
Joel Bodenmann 4d4a78f415 cleanup & tdisp warning fix 2013-05-20 05:59:28 +02:00
Tectu 896e67c900 Merge pull request #70 from inmarket/master
X11 Driver for GDISP and GINPUT MOUSE
2013-05-15 09:47:06 -07:00
Andrew Hannam b5ce240550 X driver for GDISP and GINPUT_MOUSE 2013-05-16 02:07:02 +10:00
Joel Bodenmann 3571d18741 TDISP demo fix 2013-05-15 18:05:25 +02:00
Joel Bodenmann 5d4de9e0ee TDISP fixes 2013-05-15 18:02:07 +02:00
Joel Bodenmann 11a71cb080 TDISP fixes 2013-05-15 18:00:42 +02:00
Andrew Hannam 9ad0d07923 Merge pull request #29 from Tectu/master
Merge Tectu Changes
2013-05-15 08:37:00 -07:00
Tectu 4ba223030d Merge pull request #69 from inmarket/master
More image fixes
2013-05-09 06:53:29 -07:00
Andrew Hannam 88fd3ad62e More Image Fixes
GIF Interlaced offset Fixes and area reveal offset fixes
2013-05-09 23:51:56 +10:00
Tectu efa46eeb5a Merge pull request #68 from inmarket/master
Image Decoder Fixes
2013-05-09 06:41:57 -07:00
Andrew Hannam 734ef12fdf Image Decoder Fixes
Fixes to memory allocation for BMP and NATIVE
Fixes to source offset images for GIF
2013-05-09 23:39:38 +10:00
Tectu acd7ae36be Merge pull request #67 from inmarket/master
Reinsertion of doxygen headers
2013-05-05 22:06:23 -07:00
Andrew Hannam 3374aa25c6 Reinsertion of doxygen headers
Reinsertion of doxygen headers that got lost in license change
2013-05-06 14:44:47 +10:00
Andrew Hannam bbfeec2dd7 Merge pull request #28 from Tectu/master
Merge Tectu Changes
2013-05-05 17:50:31 -07:00
Joel Bodenmann be61787daa doxygen version update 2013-05-03 23:39:13 +02:00
Joel Bodenmann f476a97ce4 fixed release notes 2013-05-03 20:55:53 +02:00
Joel Bodenmann 4f1cb9ab34 release v1.6 2013-05-03 20:50:24 +02:00
Joel Bodenmann 321ba74fad updated license.html 2013-05-03 20:46:55 +02:00
Joel Bodenmann 6c38d5b310 updated license headers 2013-05-03 16:36:17 +02:00
Joel Bodenmann 296e74f3e0 Revert "updated license headers"
This reverts commit 0a26d9983b.
2013-05-02 01:53:28 +02:00
Joel Bodenmann ccbd205dcb Revert "fixed 3rdparty demos path"
This reverts commit dca2721b9d.
2013-05-02 01:53:22 +02:00
Joel Bodenmann dca2721b9d fixed 3rdparty demos path 2013-05-02 01:51:36 +02:00
Joel Bodenmann 0a26d9983b updated license headers 2013-05-02 01:50:09 +02:00
Tectu 66e12d656b Merge pull request #66 from abhishek-kakkar/master
New LLD: ILI9481
2013-04-30 03:50:56 -07:00
Abhishek Kumar 048a057902 Renamed HVGA_X81 to ILI9481 2013-04-30 17:47:25 +07:00
Abhishek Kumar b2252bb7be New LLD: HVGA_X81
For HVGA : 320 x 480, 16bpp displays,
controlled by ILI9481 or compatible controllers.

* Pixel readback TODO
* Powermodes: Sleep implemented
2013-04-30 17:35:57 +07:00
Tectu 0877ec98e1 Merge pull request #65 from inmarket/master
GIF image handling (including animations) and demo
2013-04-20 04:21:15 -07:00
Andrew Hannam a02c124940 GIF image handling
GIF image handling
Updates to Image structure to make memory accounting optional
Add set image background color to handle animated transparency.
2013-04-20 21:19:26 +10:00
Andrew Hannam dc85ef79aa Merge pull request #27 from Tectu/master
Merge Tectu Changes
2013-04-20 04:07:57 -07:00
Joel Bodenmann 86b35d641d typo 2013-04-15 13:23:32 +02:00
Joel Bodenmann e1437a648e cleanup 2013-04-14 22:36:46 +02:00
Joel Bodenmann 3eea362fae added demos/3thparty 2013-04-14 22:36:24 +02:00
Joel Bodenmann df5c3fd6dd TDISP fixes - by Frysk 2013-04-12 09:12:00 +02:00