Commit Graph

1127 Commits (3957505ab119b21c7b0f4e72f56030c97711988a)

Author SHA1 Message Date
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
Joel Bodenmann ffabd740c6 Merge branch 'master' of github.com:Tectu/ChibiOS-GFX 2013-04-10 13:59:56 +02:00
Joel Bodenmann 542f8412a1 doxygen fix 2013-04-10 13:59:38 +02:00
Tectu 788bd44255 Merge pull request #64 from niamster/master
Touch panel LLD for olimex pic32mx board
2013-04-09 22:03:21 -07:00
Dmytro Milinevskyy 8c54efc155 ginput/touch/MCU Olimex PIC32 LCD board file 2013-04-10 01:07:31 +02:00
Joel Bodenmann 1946749578 changed the license of all demos to BSD 2013-04-08 21:55:13 +02:00
Joel Bodenmann 9e798ddb69 docs 2013-04-08 11:20:38 +02:00
Joel Bodenmann b2a67d818b some doxygen fixes 2013-04-08 00:24:45 +02:00
Tectu 1d24b6977d Merge pull request #63 from inmarket/master
GINPUT Dial. Simplify input -> GWIN widget assignment
2013-04-07 02:59:42 -07:00
Tectu 05aebebb8b Merge pull request #62 from niamster/master
A fix in pic32mx LLD for ILI9320
2013-04-07 02:59:22 -07:00
Andrew Hannam 5412fa5596 Move doxygen to the include file for Mouse LLD 2013-04-07 16:30:00 +10:00
Andrew Hannam 9ee7c284e6 Add GINPUT Dial, simplify GWIN input assignment
Added GINPUT Dial support and a driver that uses GADC to read the dial.
Added support for Dial inputs to the GWIN slider.
Updated the slider demo for Dial Inputs.
Simplified the assigning of inputs to GWIN "widgets" button and slider.
Updated the demo's to match the new input to button assignment.
2013-04-07 16:02:10 +10:00
Andrew Hannam 90f5e85146 Merge pull request #26 from Tectu/master
Merge Tectu Changes
2013-04-06 22:52:37 -07:00
Dmytro Milinevskyy e51d3591ad [ILI9320][olimex][pic32] extra dummy read after index write 2013-04-07 06:37:05 +02:00
Tectu 22e7150f2d Merge pull request #61 from mobyfab/master
ADS7843 - Macro for Inverted touchpad
2013-04-06 15:01:36 -07:00
Andrew Hannam be919fc38d Create generic GWIN Draw routine
For some GWIN controls they support a Draw() routine.
For those controls the base class now supports a generic Draw routine
which will call their specific Draw routine.
The only GWIN's with a Draw routine currently are Buttons and Sliders.
2013-04-06 22:31:40 +10:00
Joel Bodenmann e4803e86b7 Merge branch 'master' of https://github.com/niamster/ChibiOS-GFX 2013-04-06 00:06:57 +02:00
mobyfab 6a7e33db9b Added the GINPUT_MOUSE_YX_INVERTED macro. 2013-04-05 23:56:47 +02:00
Dmytro Milinevskyy dc14f8713e [ILI9320] LLD for olimex pic32 demo board 2013-04-05 22:33:52 +02:00
Dmytro Milinevskyy d1448817cd [ILI9325] read LCD version 2013-04-05 22:33:52 +02:00
Joel Bodenmann 9ef9daef43 doc 2013-04-05 16:50:24 +02:00
Tectu 89abbefc0a Merge pull request #59 from inmarket/master
Generic GWIN Draw routine
2013-04-05 05:34:35 -07:00