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
Fixed issue with display starting out as "0000" which was due to the fact that a table lookup is not necessary for initializing the character values since these characters are looked up in the LUT already (redundant call).
2015-03-26, by mdu7078 [Thu, 26 Mar 2015 08:10:08 +0000] rev 2
Fixed issue with display starting out as "0000" which was due to the fact that a table lookup is not necessary for initializing the character values since these characters are looked up in the LUT already (redundant call).
Fixed the '_' character which was displaying as a '.' instead (0x08 vs 0x80).
2015-03-26, by mdu7078 [Thu, 26 Mar 2015 07:51:53 +0000] rev 1
Fixed the '_' character which was displaying as a '.' instead (0x08 vs 0x80).
Completed BubbleDisplay driver with lookup table for various characters that can be displayed on the device and basic access functions.
2015-03-26, by mdu7078 [Thu, 26 Mar 2015 07:20:46 +0000] rev 0
Completed BubbleDisplay driver with lookup table for various characters that can be displayed on the device and basic access functions.