-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to choose framebuffer device #61
Comments
Could probably do that via an env var, yeah ;). IIRC, there's even a semi-standard convention for it... somewhere :D. |
The LeapPad seems to have a multi-layer FB somehow...
|
FWIW, if you want to see how it looks in a video: https://www.youtube.com/watch?v=6EfoECqD9Pk |
Stupid question: what's the cassette tape for? :D. |
To help it stay put ;) |
I realized I had a couple of old LeapPads lying around in my house and wondered if I could get a shell with a serial connection. Turns out that yes, it's possible and it even has built-in USBNet modules. Although having a crappy CPU and only 43 MiB of RAM, it runs Linux 2.6.31 and I managed to compile FBInk for it using one of the musl toolchains for armv5l.

For the record, here's what it looks like:
To use it, though, I had to change the framebuffer device to
/dev/fb1
but FBInk always usesfb0
. I did get around this by changing the file descriptor infbink.c
but it would be nice to have an option to change it at run-time (and default to fb0 when not specified).Just a suggestion...
The text was updated successfully, but these errors were encountered: