Your first program on the pokitto in a simpler way
main.cpp
#include "Pokitto.h"
voidinit(){//Here put any code you want to execute at startup}voidupdate(){//This should be executed at the required FPSusingPD=Pokitto::Display;PD::print("hello world");}