Markus Hoffmann - 2016-10-05

If you want to use the framebuffer version of X11-Basic (without the X.org framework) you will need to compile it from the sources. (make fb). Move the resulting file xbasic.framebuffer to /usr/local/bin/

There is another use case where you want to use a special framebuffer version of X11-Basic: together with the sense-hat: Also get the sources but replace "/dev/fb0" with "/dev/fb1" in framebuffer.h. The compile the framebuffer-version (make fb), rename it and put it in /usr/local/bin/xbasic.fb1

With this version cou can draw to the 8x8 Matrix display using the normal commands (PLOT, LINE, CIRCLE, COLOR etc...)