aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/multiple_displays
Commit message (Collapse)AuthorAgeFilesLines
* Added type gFont to replace V2.x font_tinmarket2018-07-081-2/+2
|
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-4/+4
| | | | replace justifyXXX
* Change coord_t to gCoordinmarket2018-07-081-4/+4
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-2/+2
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-12/+12
|
* First set of V3 macro changesinmarket2018-02-272-19/+19
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-011-1/+1
|
* 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.
* 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-191-0/+3
|
* Comment fixinmarket2013-11-231-1/+1
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-282-0/+202
the new streaming and multiple display demos