My cpp program uses ncurses to display stuff in the center of the screen. Is it possible to make such a program auto-load on Pi start? Because I tried shoving
In to /etc/rc.local, but unfortunately when starting up my Pi the ncurses output doesn't act normal, instead my output is shifted to the bottom left a bit and this doesn't revert.
Also in /rc/etc.local is a script which changes the font output by the raspberry pi, but this is placed before my cpp program - so it shouldn't be affect it should it?