Page 1 sur 1

Help with C program to get persistent text

Message non luPosté: 01 Sep 2019, 02:47
de MattJ
Similar to how ndless lets you know that it is working with the "Ndless installed!" message on the top bar, I'd to get my C program to be able to do the same thing, which I guess isn't hard to do, but is it possible to make the text persistent as in no matter where the user navigates or what app they're in the text will show? I'm not sure how to implement this unfortunately, just that the first step would be to use gui_gc_drawString

Any help is appreciated! :)

Re: Help with C program to get persistent text

Message non luPosté: 01 Sep 2019, 23:16
de Ti64CLi++
Maybe you can try to find out how it works by reading the source code of ndless ;)