Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
History
2011-02-06, by Midimetric [Sun, 06 Feb 2011 13:30:28 +0000] rev 5
(1) corrected SPI com by adding a very small wait (8 us) after changing state of A0 pin. Redef DOGMLCD_TIME if you need to change value.
2011-01-08, by Midimetric [Sat, 08 Jan 2011 16:27:12 +0000] rev 4
(1) corrected SPI com by adding a very small wait (8 us) after changing state of A0 pin. Redef DOGMLCD_TIME if you need to change value.
(2) Added off screen managment with methods AttachScreen, DetachScreen and Paste.
- Attach your screen buffer (char [1024] )
- Use Doggys\ drawing functions to prepare it
- Detach screen
- Anytime, use Paste to combine with work screen by raster commands poke,wipe or inv.
Flush(page,page) renamed to Page(page,page) to avoid ambiguity with Flush(page,x,y) : since the later has x and y optional, compiler does not know wich function to call when encountering Flush(int,int).
2011-01-05, by Midimetric [Wed, 05 Jan 2011 22:35:52 +0000] rev 3
Flush(page,page) renamed to Page(page,page) to avoid ambiguity with Flush(page,x,y) : since the later has x and y optional, compiler does not know wich function to call when encountering Flush(int,int).
- Font structure: compacted size reduce overall bin by 8K
2010-12-30, by Midimetric [Thu, 30 Dec 2010 16:49:46 +0000] rev 2
- Font structure: compacted size reduce overall bin by 8K
- Flush() overrides allows to update part of the screen only
Beta 2. Xstring now returns last used y position.
2010-12-29, by Midimetric [Wed, 29 Dec 2010 11:48:54 +0000] rev 1
Beta 2. Xstring now returns last used y position.
Alpha version with (poke, wipe, inv, linev, lineh, frame, rect, xchar, xfont)
2010-12-29, by Midimetric [Wed, 29 Dec 2010 09:53:24 +0000] rev 0
Alpha version with (poke, wipe, inv, linev, lineh, frame, rect, xchar, xfont)