I have made a new folder myhelloworld in Pluginsfolder and inserted the helloworld sample, makefile and sourches. The plugin so works fine, where to find a plugin_api documentation?
my try is to write someting, but so nothing to see on the LCD
char button[5]="Hello";
rb->lcd_puts(30,30,button);
How to measure the textlength from "Hello"?