inmarket
b7e6967886
Add missing file to GDISP image demo
2013-07-08 08:44:46 +10:00
inmarket
466445e3f8
Change GDISP image default reading mode for WIN32
2013-07-08 08:31:45 +10:00
inmarket
0c7609b51e
GDISP fix bug in non-multithread
2013-07-08 08:30:48 +10:00
inmarket
f7e7a5dae4
Image decoders not setting image type correctly.
2013-07-08 08:30:06 +10:00
inmarket
dd43a37b9b
Add gdispImageIsOpen() function.
2013-07-01 17:36:47 +10:00
Joel Bodenmann
d45bba45e1
doxygen fix
2013-06-28 17:50:45 +02:00
Andrew Hannam
2d9dab0291
Merge pull request #78 from resset/master
...
gdisp: fixed bug in line drawing function
2013-06-25 19:30:36 -07:00
Mateusz Tomaszkiewicz
d3d561535b
gdisp: fixed bug in line drawing function
...
There was a problem when you drew a line from (x0,y0) to (x1,y1) and
these points met following conditions: y0 = y1 and x0 > x1. The viewport
was set incorrectly to start from (x0,y1) when it should start from
(x1,y0) since x1 is lower in this case.
(x1,y1) would be also OK since y0 = y1.
2013-06-26 00:47:13 +02:00
Joel Bodenmann
8c3f23f606
quick board file fix
2013-06-24 23:52:13 +02:00
Joel Bodenmann
9aa1e95423
one more typo fix...
2013-06-22 14:05:22 +02:00
Joel Bodenmann
77a70fe9b8
typo fix
2013-06-22 14:02:56 +02:00
Joel Bodenmann
5a25b2b7fb
Added FT5x06 GINPUT driver
2013-06-22 05:00:48 +02:00
Joel Bodenmann
6107cd7918
Added RA8875 GDISP driver
2013-06-22 03:09:45 +02:00
Tectu
1f7a9166d5
Merge pull request #77 from resset/master
...
Various README updates
2013-06-20 22:17:04 -07:00
Mateusz Tomaszkiewicz
129041e791
Various README updates
...
Changed misleading description.
2013-06-21 00:02:54 +02:00
Mateusz Tomaszkiewicz
d57eacc345
SSD2119: FSMC settings tuned
...
With FSMC BTR timing register settings tuned and DMA on, we get over
10.2 Mpx/s instead of 4.7 Mpx/s.
2013-06-20 22:49:36 +02:00
Mateusz Tomaszkiewicz
f820fb90d5
SSD2119: GDISP_USE_FSMC "switch" added
...
Enable FSMC functions only when GDISP_USE_FSMC is set.
2013-06-18 23:32:22 +02:00
Mateusz Tomaszkiewicz
2a65ea5388
Various readme update
...
For GDISP drivers SSD2119 & SSD1289.
2013-06-18 23:32:22 +02:00
Mateusz Tomaszkiewicz
767188ed8d
SSD2119: make use of DMA
...
This is mostly a copy from Eddie's work posted here:
http://forum.chibios.org/phpbb/viewtopic.php?f=11&t=851#p11054
No work was done towards making it work as fast as possible.
Tested with:
https://github.com/etmatrix/ChibiOS-GFX-Example/blob/master/bench/main.c
Results show performance of ~5.34 Mpx/s with use of DMA compared to
~4.78 Mpx/s without.
2013-06-18 23:32:22 +02:00
Joel Bodenmann
b28eb3eefd
minor fix to GFX license v1.1
2013-06-18 00:18:18 +02:00
Joel Bodenmann
d8db148a14
GFX license v1.1 update
2013-06-15 15:45:53 +02:00
inmarket
ed0bac9765
License header updates
2013-06-15 21:37:22 +10:00
inmarket
0dca00fc21
License header fixes to some demos.
2013-06-06 16:52:41 +10:00
Joel Bodenmann
eebecad9f7
checkbox cleanup
2013-06-04 10:23:55 +02:00
Joel Bodenmann
f1a974e83e
added new ADS7843 board file
2013-06-04 08:34:01 +02:00
Joel Bodenmann
701ff38230
added f4 disovery file for ADS7843
2013-06-04 00:45:38 +02:00
Joel Bodenmann
f14ed21d5d
SSD1289 update by user Eddie
2013-06-04 00:34:47 +02:00
Joel Bodenmann
9945b011a9
added custom render interface for checkboxes
2013-06-03 17:36:39 +02:00
Joel Bodenmann
2cd0bc13d5
checkbox event fix
2013-06-03 12:23:12 +02:00
Joel Bodenmann
48b4c6f6ba
member state of checkbox is now called isChecked
2013-06-02 18:59:51 +02:00
Joel Bodenmann
446f41297d
some more checkbox fixes
2013-06-02 18:52:42 +02:00
Joel Bodenmann
809b8ccc60
GWIN checkbox fix
2013-06-02 18:43:19 +02:00
Joel Bodenmann
5b7ac841f3
doxygen update
2013-06-02 16:27:14 +02:00
Joel Bodenmann
dadcf535d4
added default theme
2013-06-02 16:15:46 +02:00
inmarket
8a5596b39d
Notepad-2 demo updated to work on ChibiOS or pure Win32 compile
2013-06-02 18:59:12 +10:00
inmarket
e9f60dae38
Fix license issues and GOS issues in TDISP
2013-06-02 18:58:12 +10:00
inmarket
1c258a8273
GOS updates
2013-06-02 18:57:22 +10:00
inmarket
c2a4f9a5d6
Had extra elements to gitignore and fix image problems created by github
2013-06-02 18:55:59 +10:00
Joel Bodenmann
0fe42a94b1
added basic implementation of checkboxes (functional)
2013-06-02 06:14:49 +02:00
Joel Bodenmann
d0f5d9c7f9
added basic implementation of checkboxes (functional)
2013-06-02 06:13:28 +02:00
Joel Bodenmann
e12a213ff1
doxygen fixes
2013-06-01 01:57:20 +02:00
Joel Bodenmann
ebc30c02bc
TDISP update
2013-06-01 01:37:53 +02:00
Joel Bodenmann
f2ba60f465
gdispInit() -> gfxInit() in all demos
2013-05-30 19:02:55 +02:00
Joel Bodenmann
c4f39fcdde
added obsolete #warning to gdispInit()
2013-05-30 16:58:33 +02:00
Joel Bodenmann
427cfaa052
API fix
2013-05-27 13:02:33 +02:00
Joel Bodenmann
a4ca308dd5
added slider enable/disable API
2013-05-27 12:53:34 +02:00
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