aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gdisp/gdisp_streaming
Commit message (Collapse)AuthorAgeFilesLines
* 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)
* 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