Hello all,
I've got a RPi 1B rev1, onto which I've installed "bullseye lite", meaning no GUI of any kind.
I ofcourse wanted to see if I could draw some graphics on it. :-)
I've found that it supports a "Frame Buffer" onto which pixels can be plotted.
I also found the "fb.h" include file, and was able to get FBIOCOPYAREA to work.
Alas, thats as far as I got. Even though the file mentions hardware support for a mouse cursor I've not been able to get that to work. :-(
The file also contains "fb_fillrect" structure, but doesn't show anything about how / where its used.
tl;dr: I could use an example which shows how to use "_iowr()" to get the build-in mouse cursor to work, and would not mind at all if someone knows how to draw a simple rectangle using the same "_iowr()" method.
Regards, Rudy Wieser