erana Owl
2011-09-29 22:06:01 UTC
Hi,
here's a rough Wii port, not too much UNIX :
http://soft.vub.ac.be/~jceuppen/embedded/
and here's a fb (C) code all packaged up, no configure needed just make:
http://soft.vub.ac.be/~jceuppen/scheme/
to use the last one in this s48 shell type :
(let ((rgb 255)
(x 10)
(y 10))
,open posix-i/o
(initfb)
(putpixel x y rgb)
)
Enjoy, all else to /dev/null.
Love,
erana
here's a rough Wii port, not too much UNIX :
http://soft.vub.ac.be/~jceuppen/embedded/
and here's a fb (C) code all packaged up, no configure needed just make:
http://soft.vub.ac.be/~jceuppen/scheme/
to use the last one in this s48 shell type :
(let ((rgb 255)
(x 10)
(y 10))
,open posix-i/o
(initfb)
(putpixel x y rgb)
)
Enjoy, all else to /dev/null.
Love,
erana