inmarket
49b3e8f55a
License header updates
2013-06-15 21:09:02 +10:00
inmarket
2cb35d6815
Clean up GWIN Event assignment. Optimise event efficiency.
2013-06-10 17:18:01 +10:00
inmarket
777ec6af7c
Add a simple GWIN window manager, Change the way GWIN visibility works
2013-06-08 02:27:59 +10:00
inmarket
663caba662
GWIN fixes
2013-06-06 16:48:30 +10:00
inmarket
1db77bda85
License fixes to some demos
2013-06-06 16:47:57 +10:00
inmarket
7baf5c5d44
New simplified gwin using a pseudo class structure.
2013-06-06 14:33:32 +10:00
inmarket
8a5596b39d
Notepad-2 demo updated to work on ChibiOS or pure Win32 compile
2013-06-02 18:59:12 +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
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
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
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
Joel Bodenmann
3571d18741
TDISP demo fix
2013-05-15 18:05:25 +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
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
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
1946749578
changed the license of all demos to BSD
2013-04-08 21:55:13 +02: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
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
Andrew Hannam
8b15aab802
Update demo to use Memory Reader for images
2013-04-04 21:02:05 +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
Andrew Hannam
40b390908c
GDISP changes including polygon support
...
Add polygon drawing
Add convex polygon filling
Start support for a monochrome display
Move gdisp doxygen to header file
Restructure the balance between gdisp.h and gdisp_lld.h
Remove old extern font definitions (now always use gdispOpenFont)
Make public the GDISP structure and change macros to suit (faster for
the application).
gdispQuery is now optional.
2013-03-10 16:14:32 +10:00
Andrew Hannam
8a40457c86
Revert "GDISP changes including polygon support"
...
This reverts commit 269262ef9b
.
2013-03-10 16:12:13 +10:00
Andrew Hannam
269262ef9b
GDISP changes including polygon support
...
Add polygon drawing
Add convex polygon filling
Start support for a monochrome display
Move gdisp doxygen to header file
Restructure the balance between gdisp.h and gdisp_lld.h
Remove old extern font definitions (now always use gdispOpenFont)
Make public the GDISP structure and change macros to suit (faster for
the application).
gdispQuery is now optional.
2013-03-10 16:11:41 +10:00
Andrew Hannam
40534cbc79
Correction of copyright message
2013-03-08 00:49:52 +10:00
Joel Bodenmann
e315480c71
updated copyright - 2013
2013-03-06 23:11:01 +01:00
Joel Bodenmann
12a6eeb91d
added gdisp_pictures demo
2013-03-04 23:54:50 +01:00
Joel Bodenmann
b91e619573
__inline becomes inline because most compilers dont like the prefix
2013-03-04 23:50:21 +01:00
Andrew Hannam
6ee8b005ae
GAUDIN implemented with GADC driver
2013-03-01 09:04:52 +10:00
Andrew Hannam
9bec5967b2
GADC implementation with demo program
...
Also includes driver for AT91SAM7 cpu
2013-02-18 17:33:35 +10:00
Joel Bodenmann
1bfc5a9f85
removed GDISP_LLD() macro - fix
2013-02-11 09:25:45 +01:00
Joel Bodenmann
885b3d53b3
removed GDISP_LLD() macro
2013-02-11 09:25:26 +01:00
Joel Bodenmann
1e4cb14188
TDISP update
2013-01-16 10:29:03 +01:00
Joel Bodenmann
1c1b3c8d74
TDISP: added custom character routine
2013-01-12 09:38:38 +01:00
Joel Bodenmann
66bb4ecb85
Merge branch 'tdisp'
2013-01-11 15:04:40 +01:00
Joel Bodenmann
dae721900b
small doxygen fixes
2013-01-11 19:39:36 +01:00
Joel Bodenmann
249a1b345f
added tdisp demo
2013-01-11 15:04:33 +01:00
Joel Bodenmann
130d84ec16
benchmark demo update
2012-12-22 20:45:11 +01:00
Joel Bodenmann
a7eb91ace8
benchmark demo cleanup
2012-12-22 20:03:41 +01:00
etmatrix
d6740c5c91
Add benchmarks application
2012-12-22 18:50:17 +01:00
Joel Bodenmann
2df6eaf2fd
small demo code cleanup
2012-12-20 19:50:02 +01:00
Andrew Hannam
2c5d5c5118
New & updated GDISP demo programs
2012-12-20 18:34:12 +10:00
Joel Bodenmann
6ce59a4d7d
notepad demo update
2012-12-16 21:56:43 +01:00