Updated serial prints for debugging
Dependents: mbedica_on_yehowshua mbedica
Diff: uVGAIII_Graphics.cpp
- Revision:
- 6:58c02c38e75f
- Parent:
- 0:de1ab53f3480
--- a/uVGAIII_Graphics.cpp Mon Mar 24 19:54:56 2014 +0000 +++ b/uVGAIII_Graphics.cpp Mon Dec 10 17:58:38 2018 +0000 @@ -23,6 +23,7 @@ //************************************************************************** void uVGAIII :: cls() { // clear screen + char command[2] = ""; command[0] = ( CLS >> 8 ) & 0xFF; command[1] = CLS & 0xFF;