X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fmain.c;fp=src%2Fmain.c;h=329f053cfae58e1689ea6609fce101cc4cf301fc;hb=8091cf11d15e1363d8d608fb640f4f12b0887e52;hp=2323ea3eb8ffccb13dc9aaaa4bf3e4dd32fed9fa;hpb=5363ed21fccc528965a8482b3b71fe0133595499;p=oftp diff --git a/src/main.c b/src/main.c index 2323ea3..329f053 100644 --- a/src/main.c +++ b/src/main.c @@ -14,9 +14,10 @@ int main(void) tg_rect("Remote", 0, 0, 40, 23, TGFX_FRAME); tg_rect("Local", 40, 0, 40, 23, TGFX_FRAME); + tg_bgcolor(0); tg_fgcolor(7); - tg_text(0, 24, "fooolalala bar"); -/* tg_setcursor(2, 24);*/ + tg_text(0, 23, ">"); + tg_setcursor(2, 23); while(wait_input(&ev)) { switch(ev.type) {