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
Joel Bodenmann
48c5fbabb1
slider doc fix take one of two
2013-04-05 16:19:16 +02:00
Joel Bodenmann
9842664b92
Revert "slider doc fix"
...
This reverts commit c86cd58275
.
2013-04-05 16:17:59 +02:00
Joel Bodenmann
c86cd58275
slider doc fix
2013-04-05 16:15:07 +02:00
Andrew Hannam
25ed70bade
Merge pull request #25 from Tectu/master
...
Merge Tectu Changes
2013-04-05 05:21:29 -07:00
Andrew Hannam
ee19104dbb
GWIN slider + image support
2013-04-06 21:54:19 +10:00
Andrew Hannam
a67cafeaa7
Move demos to better locations
2013-04-06 21:53:40 +10:00
Tectu
4719e96beb
Merge pull request #58 from inmarket/master
...
GWIN Slider plus other cleanups
2013-04-05 04:57:11 -07:00
Andrew Hannam
25c42f609e
Merge pull request #24 from Tectu/master
...
Merge Tectu Changes
2013-04-05 04:43:39 -07:00
Dmytro Milinevskyy
2ad62e1ed7
[ILI9320/ILI9325] use correct lld accessor to read the data from the LCD
2013-04-04 23:59:41 +02:00
mobyfab
55d41fe007
SSD1963 - Removed unused function that what using an inline macro.
2013-04-04 19:22:07 +02:00
mobyfab
e400fd01e2
SSD1963 Driver - Removed old config files
2013-04-04 16:50:09 +02:00
mobyfab
348868cece
Fixed SSD1963 Driver to work with latest GDISP.
2013-04-04 16:47:47 +02:00
Mateusz Tomaszkiewicz
17a17421b4
SSD2119: readme fix
2013-04-04 00:21:10 +02:00
Joel Bodenmann
a900ab610c
file2c tool cleanup
2013-04-04 02:01:07 +02:00
Joel Bodenmann
8b21c08096
ILI9320 fix
2013-04-03 18:02:38 +02:00
Joel Bodenmann
b386962981
merged inmarket
2013-04-03 15:34:48 +02:00
Andrew Hannam
8b15aab802
Update demo to use Memory Reader for images
2013-04-04 21:02:05 +10:00
Andrew Hannam
553b3682fa
Change Memory Reader prototype
...
Change Memory Reader prototype to prevent signed, unsigned warning
2013-04-04 21:01:49 +10:00
Andrew Hannam
3473ad8820
file2c copyright and add comment to output
2013-04-04 21:01:06 +10:00
Andrew Hannam
ce9b930af0
Fix to file2c to ensure valid C identifiers
...
A couple of small bug fixes.
2013-04-04 17:55:45 +10:00
Andrew Hannam
b95151c7c2
Tools to convert a file to c array
...
file2c converts any file into a C array.
Particularly useful for loading an image file into flash.
2013-04-04 16:58:48 +10:00
Andrew Hannam
efc9448ea4
Merge pull request #23 from Tectu/master
...
Merge Tectu changes
2013-04-03 04:40:10 -07:00
Joel Bodenmann
4871a42057
file2c update
2013-04-03 13:22:27 +02:00
Joel Bodenmann
9b1dd95ff7
file2c tool - Makefile, readme, linux binary
2013-04-03 12:32:57 +02:00
Tectu
fb641b712e
Merge pull request #53 from inmarket/master
...
Tool to convert a file into a c array
2013-04-03 01:14:39 -07:00
Andrew Hannam
40e6d9c532
Fixes to RLE_4, RLE_8 and 16 bit BMP images
...
BMP image handling now complete.
The only standard BMP feature not supported is transparency (alpha).
2013-04-03 14:58:35 +10:00
Andrew Hannam
64971549fd
New GDISP image handling with demo
...
Images currently support Native and BMP (except RLE4,8 and 16 bit - due
to bugs)
Supports reading from Memory, BaseFileStream or real files (only on the
Win32 simulator).
Move gdisp_pictures demo to better refect its purpose.
Bug fixes for BMP RLE4,8 & 16 bit to come very soon
GIF support very soon.
2013-04-03 13:51:43 +10:00
Tectu
08c6482191
Merge pull request #52 from inmarket/master
...
BMP image fixes
2013-04-01 22:02:06 -07:00
Tectu
6783791b5a
Merge pull request #51 from inmarket/master
...
GDISP Image support with Demo
2013-04-01 21:15:10 -07:00
Andrew Hannam
b5dceeead4
Merge pull request #22 from Tectu/master
...
Merge Tectu Changes
2013-04-01 20:41:06 -07:00
Joel Bodenmann
939ca6e1d2
coding style
2013-03-31 00:52:33 +01:00
Tectu
63af52f576
Merge pull request #50 from abhishek-kakkar/master
...
GPIO interface-related orientation fixes
2013-03-30 06:27:00 -07:00
Abhishek Kumar
674bcb52d2
GPIO interface-related fixes
...
Adding acquire_bus() and release_bus()
so that orientation setting commands are
not ignored.
2013-03-30 16:08:47 +05:30
Joel Bodenmann
f938c72044
STMPE811 tweaks
2013-03-29 20:19:35 +01:00
Joel Bodenmann
6ed641c91d
STMPE811 cleanup & readme
2013-03-29 19:26:56 +01:00
Joel Bodenmann
4440c2c887
STMPE811 getpin_pressed() -> getpin_irq()
2013-03-29 18:17:24 +01:00
Joel Bodenmann
2510f3e75b
board file fix
2013-03-29 18:14:35 +01:00
Joel Bodenmann
d6b75429b2
STMPE811 - initial
2013-03-29 18:10:22 +01:00