aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-103-3/+3
|
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-0310-48/+48
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-2/+2
|
* Added type gDelay to replace V2.x delaytime_tinmarket2018-07-081-1/+1
| | | | | | Added type gTicks to replace V2.x systemticks_t Added type gThreadreturn to replace V2.x threadreturn_t Added type gThreadpriority to replace V2.x threadpriority_t
* Added type gFont to replace V2.x font_tinmarket2018-07-083-4/+4
|
* Added type gFontmetric to replace V2.x fontmetric_t, and values gFontXXX ↵inmarket2018-07-081-2/+2
| | | | replace fontXXX
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-082-11/+11
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-081-1/+1
|
* Change pixel_t to gPixelinmarket2018-07-081-1/+1
|
* Change coord_t to gCoordinmarket2018-07-0810-18/+18
|
* Change point and point_t to gPointinmarket2018-07-081-3/+3
|
* Added new type definitions - moving towards V3.0inmarket2018-06-238-9/+9
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-1012-64/+64
|
* First set of V3 macro changesinmarket2018-02-2717-183/+183
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-011-1/+1
|
* Update font demo to show Anti-aliased drawinginmarket2017-01-182-12/+27
|
* Adding gdispGDrawThickArc() demoJoel Bodenmann2016-12-113-0/+113
|
* Adding screenshot of the expected result to ↵Joel Bodenmann2016-11-111-0/+0
| | | | /demos/modules/gdisp/images_palettes.
* Adding demo to demonstrate image color palette modificationJoel Bodenmann2016-11-117-0/+222
|
* Add PNG image support - Does not support interlaced PNG'sinmarket2016-02-271-5/+6
|
* Improving Pixmap APIJoel Bodenmann2015-07-031-6/+9
|
* Renaming /demos/modules/gdisp/pixmaps to /demos/modules/gdisp/pixmap ↵Joel Bodenmann2015-07-033-1/+1
| | | | (dropping the s)
* Update multiple display demo to display better on very small displays.inmarket2015-02-071-4/+14
|
* Multiple Displays demo - use sprintg instead of sprintf.inmarket2015-02-052-6/+19
| | | | Make multiple display settings set-able in the makefile.
* Add support and demo for pixmaps (in memory drawing)inmarket2015-01-133-0/+134
|
* Add MatrixFloat2D and MatrixFixed2D operations to GMISC.inmarket2014-11-213-0/+229
| | | | Add polygon demo
* Simplifying gdisp/arcsectors demo to only use the GDISP moduleJoel Bodenmann2014-10-282-24/+6
|
* Added new arc sector drawing routines (Thanks to steved for the inspiration).inmarket2014-10-273-0/+131
| | | | Added demo to match.
* SImplify the options for multiple displays.inmarket2014-09-172-16/+22
| | | | This will also be more compatible with newmouse infrastructure
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-198-0/+24
|
* On ARM gcc compiler it appears that non-referenced character arrays are ↵inmarket2014-02-152-36/+2
| | | | | | | "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.
* Update image demo's to use GFILE ROMFS.inmarket2014-02-078-35/+81
|
* Update demo's with images in theminmarket2014-02-074-6/+10
|
* Comment fixinmarket2013-11-231-1/+1
|
* Remove orientation changes in demos because this is now handled by using ↵inmarket2013-11-161-3/+0
| | | | GDISP_DEFAULT_ORIENTATION.
* Fix incorrect naming of GMISC_INVSQRT_... macros.inmarket2013-11-092-4/+4
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-2810-62/+32
| | | | the new streaming and multiple display demos
* uncommented GOS selection in GDISP and GWIN demosJoel Bodenmann2013-10-286-30/+30
|
* updated GDISP and GWIN demosJoel Bodenmann2013-10-2831-416/+141
|
* GMISC invsqrt() function.inmarket2013-10-242-13/+29
| | | | | | | Fix a 64bit processor bug. Add support for processors where the floating point and integer endianness don't match. Add support for processors with a non-standard floating point format. Update gdisp_streaming demo with extra comments to reflect the above changes.
* Fix missing case in gdispStreamStop().inmarket2013-10-212-0/+4
| | | | | Add support for controllers that need flushing. Add both automatic and manual flushing (via the gdispFlush() method)
* Multiple controller support can now auto-detect hardware capabilities at ↵inmarket2013-10-161-13/+26
| | | | | | | run-time. Specific hardware support can still be turned off or on via macros in gfxconf.h to improve efficiency. Multiple Display demo updated to match.
* New demo for multiple display support.inmarket2013-10-142-0/+197
|
* Update animated image demo to better support small displaysinmarket2013-09-271-3/+14
|
* Update to streaming demo program to only update the needed area (results in ↵inmarket2013-09-252-22/+41
| | | | | | much faster display on slow devices) Also now demonstrates streaming to a non-full screen area.
* New streaming demoinmarket2013-09-242-0/+148
|
* Update demos so OS can be specified in the Makefileinmarket2013-09-184-12/+11
|
* added cyrillic font demoJoel Bodenmann2013-09-153-0/+644
|
* Update demos slightly.inmarket2013-09-063-12/+16
|
* Update old demos for new fonts.inmarket2013-08-171-3/+23
|