port Wii and linux 2.6.33 fb interface (for s48 in C)

erana Owl <[email protected]> Fri, 30 Sep 2011 00:06:01 +0200
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <CAO0=bvsk_sGq_cTwFDnEgBrNK15-TkuyrYD=XczkybBo_J0ptg@mail.gmail.com>
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