Karlos wrote:
@Red
So do you know if there are any standard devkits for it? I googled a bit and found some stuff by Jens on how to hit the hardware for it but I was hoping there might be some sort of basic link library or something that allows easy use from C.
I guess there must be...?
You should be able to write your own library, it a really simple peice of hardware.
You just treat the frame buffer as a chunky buffer rather than bit planes (probably best to have them sequential in memory to make writes fast)... oh you have to set up the grafitti palette... :-D