|
|
|
@ -21,8 +21,9 @@ extern "C" int main() {
|
|
|
|
|
|
|
|
|
|
|
|
//test textwindow implemantation
|
|
|
|
//test textwindow implemantation
|
|
|
|
TextWindow tw = TextWindow(0, 10, 0, 10, true);
|
|
|
|
TextWindow tw = TextWindow(0, 10, 0, 10, true);
|
|
|
|
|
|
|
|
tw.reset();
|
|
|
|
tw.setPos(0,0);
|
|
|
|
tw.setPos(0,0);
|
|
|
|
tw.print("test123", 7);
|
|
|
|
tw.print("lorem ipsum dolor sit amit", 26);
|
|
|
|
|
|
|
|
|
|
|
|
/* Start application processors
|
|
|
|
/* Start application processors
|
|
|
|
* To avoid unexpected behaviour, make sure that interrupts are not
|
|
|
|
* To avoid unexpected behaviour, make sure that interrupts are not
|
|
|
|
|