In this release I added the routines to write pixels!!
Try to look in the example file "Flexx_PixelMono_Test.asm".
To change the video mode you need to write these instructions:
// switch to graphic mode
SET V, 11 ----> // 11=monochrome mode 13=color mode (NOT YET AVAILABLE)
OUTP 0x10, V
Well, that's all for now.
I greet you and thank you.
Anonymous