inmarket
9e8b38ba94
Add gwinClearInit() and gwinWidgetClearInit() to clear gwin initialisation structures.
...
Incorporate into demo's
2014-05-09 21:25:31 +10:00
Joel Bodenmann
81517afc37
Imagebox widget demo compiler warning fix
2014-05-09 10:39:27 +02:00
Joel Bodenmann
5979acc7f6
Introducing GWIN_PROGRESSBAR_AUTO for the automatic incremental function of the progressbar widget
2014-05-08 14:37:13 +02:00
inmarket
df4d275183
Updates to the widgets demo:
...
- Convert the image to a gif so it is smaller and has a transparent background
- Move opening the mouse to the beginning to stop calibration flashing the screen (ugly)
- Clean up extra defines in gfxconf.h - Conflicts with some drivers.
2014-05-01 16:42:35 +10:00
inmarket
5ada56e807
Fix list label in widget demo
2014-05-01 13:52:26 +10:00
Joel Bodenmann
3ca8a99c7e
Adding gwin/label demo
2014-04-28 23:22:09 +02:00
Joel Bodenmann
8b4ca72036
Added gwinListEnableRender()
2014-04-26 03:27:19 +02:00
Joel Bodenmann
af3dae4f42
Fixing gwin demo
2014-04-26 03:07:31 +02:00
Joel Bodenmann
b7a34ad91b
Updated gwin/widgets demo. Does now no longer use ChibiOS/RT logo
2014-04-24 03:44:29 +02:00
Joel Bodenmann
063ed86075
Adding gwin/imagebox demo
2014-04-24 03:33:53 +02:00
Joel Bodenmann
a34c0ded18
Updating progressbar demo
2014-04-23 23:56:22 +02:00
Joel Bodenmann
adff1a0c03
Updated progressbar demo
2014-04-23 23:43:54 +02:00
Joel Bodenmann
1fc155b6b0
Fixed progressbar in widgets demo
2014-04-23 23:41:50 +02:00
Joel Bodenmann
d15d3ee19b
Added progressbar
2014-04-23 23:06:28 +02:00
Joel Bodenmann
0b08bb40ed
Added smooth scrolling list to GWIN demo
2014-04-23 03:03:36 +02:00
Joel Bodenmann
9f35f0de7c
whitespaces - widgets demo
2014-04-23 02:58:49 +02:00
Joel Bodenmann
414d3ea0b8
fixing demo gfxconf.h
2014-04-23 02:29:57 +02:00
inmarket
ccf05de456
Update console demo to test more console features.
2014-03-05 13:42:41 +10:00
inmarket
c110548507
Add support for ANSI like escape sequences to control display color and attributes in a GWIN console.
...
Updated the console demo to demonstrate this.
2014-03-04 14:14:15 +10:00
inmarket
fe6708c7a2
Demo updates to fix compile issues.
2014-02-19 00:23:07 +10:00
inmarket
6dd606fc2f
Add demo makefiles and update example master makefiles to match.
2014-02-19 00:19:38 +10:00
inmarket
200f7ecf6d
Updates to demo to work on ChibiOS and to test orientation.
2014-02-16 17:22:24 +10:00
inmarket
5edf7c956e
On ARM gcc compiler it appears that non-referenced character arrays are "optimised" out (but not on x86).
...
This conflicts with the -b parameter in the file2c tool and leads to corrupted images on ARM platforms.
For now just remove the parameter when generating ROMFS files for an ARM platform.
2014-02-15 22:28:07 +10:00
inmarket
4d3a08f5cf
Update image demo's to use GFILE ROMFS.
2014-02-07 18:44:32 +10:00
inmarket
010e0f0d62
Update demo's with images in them
2014-02-07 14:08:39 +10:00
inmarket
71818b2942
Listbox demo: Change default font to UI2, fix the gfxconf defines, remove surpurflous defines
2014-02-03 17:57:38 +10:00
Joel Bodenmann
55ced68fbd
list demo & doc
2014-02-01 15:38:37 +01:00
inmarket
199b89e4dc
Updates to console history. This now works well.
2014-01-17 18:36:28 +10:00
inmarket
d9f02858fd
Replace NULL's with 0 as NULL is not defined by the Raw32 GOS.
2013-12-21 13:21:59 +10:00
Joel Bodenmann
560f946cd9
Added progressbar widget (demos still to do)
2013-12-01 23:53:42 +01:00
inmarket
db74e7c823
Remove orientation changes in demos because this is now handled by using GDISP_DEFAULT_ORIENTATION.
2013-11-16 01:51:32 +10:00
inmarket
1f99d5c9fa
Add support for a default application orientation.
...
Also remove old unneeded GDISP_USE_CUSTOM_BOARD macro
2013-11-09 19:18:59 +10:00
inmarket
553dea5fcd
Make the hardware depedant options clearer for the widgets demo
2013-10-29 01:11:25 +10:00
inmarket
db09e33dff
Fix spelling error and migrate demo gfxconf.h changes to all demos including the new streaming and multiple display demos
2013-10-28 10:46:25 +10:00
Joel Bodenmann
2cb8e08c52
uncommented GOS selection in GDISP and GWIN demos
2013-10-28 10:00:35 +10:00
Joel Bodenmann
36c55722dd
updated GDISP and GWIN demos
2013-10-28 09:52:09 +10:00
Joel Bodenmann
2832f97fed
fixed orientation stuff in widgets demo
2013-10-26 17:58:25 +02:00
inmarket
7ba622b797
Add initial orientation to the widgets demo.
2013-10-24 16:52:17 +10:00
inmarket
70b8206356
Update graph demo so it compiles multi-os direct from a makefile
2013-10-22 09:17:41 +10:00
inmarket
85aa1f03ed
Use scrolling console in widget demo by default
2013-09-18 23:40:17 +10:00
inmarket
bbdbd637f0
Update old demos for new fonts.
2013-08-17 23:35:18 +10:00
inmarket
9ebd3530fa
Merge branch 'master' into fonts
2013-08-01 18:13:59 +10:00
inmarket
ac2baed7e5
Update widget demo so list 3 is multi-select
2013-08-01 18:12:58 +10:00
inmarket
a2632f0d31
Merge branch 'master' into fonts
2013-08-01 18:07:34 +10:00
inmarket
2e91479bd5
Add image support to GWIN Listboxes.
...
Updated GWIN widgets demo to match.
2013-08-01 18:05:48 +10:00
inmarket
312e759124
Add GWIN List multi-select support
2013-08-01 15:58:46 +10:00
inmarket
157ec08034
Merge branch 'master' into fonts
2013-08-01 15:06:32 +10:00
inmarket
2d27673f0f
Update GWIN widget demo
2013-08-01 14:51:40 +10:00
inmarket
06d339456e
Update gwin widgets and lists demos
2013-08-01 14:50:40 +10:00
inmarket
3ac4e9e789
Update widgets demo for new fonts
2013-07-29 16:21:36 +10:00