aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/multiple_displays/main.c
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-271-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-051-2/+2
| | | | Make multiple display settings set-able in the makefile.
* SImplify the options for multiple displays.inmarket2014-09-171-4/+6
| | | | This will also be more compatible with newmouse infrastructure
* Comment fixinmarket2013-11-231-1/+1
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-281-0/+122
the new streaming and multiple display demos