uVGA III library
Dependents: CDUFinal CDU_Mbed_21 CDU_Mbed_26 CDU_Mbed_30
Fork of 4DGL by
History
Font references have changed
2014-07-05, by WillemBraat [Sat, 05 Jul 2014 16:31:43 +0000] rev 3
Font references have changed
CDU_CSS() added
2014-07-01, by WillemBraat [Tue, 01 Jul 2014 13:20:11 +0000] rev 2
CDU_CSS() added
uVGA Library
2014-06-26, by WillemBraat [Thu, 26 Jun 2014 11:28:11 +0000] rev 1
uVGA Library
Fixed a few minor issues in 4DGL library
2011-07-05, by AdamGreen [Tue, 05 Jul 2011 11:45:02 +0000] rev 0
Fixed a few minor issues in 4DGL library
Moved pc serial port object used for debug output into 4DGL object itself. Previously it was a global object but its constructor wasnt getting run before the global constructor for the 4DGL object itself which led to an assert in the serial code.
I also fixed a few potential buffer overruns that I saw in the code as well.