critterandguitari / Organelle_OS

Other
57 stars 24 forks source link

Is there interest in an SDL hardware def? #43

Open konsumer opened 1 year ago

konsumer commented 1 year ago

I am working on an SDL hardware-def for OLED and rotary-encoder, so this firmware can be used as-is on desktop and other devices. You can see my fork here.

Test with

$ make sdlpi

It is building & running great on pi4 (arm 64 bit, pi os) and my intel mac (which I generally dev on) and should run on pretty much anything that can run SDL2 (everything.) I have one question here about how it is supposed to interact, but I think other than that, it's working fine.

Is there interest in a PR?

konsumer commented 1 year ago

Additionally, I also ported the basic OLED setup to braille characters (so it can be shown on console) but it's in python. After the SDL stuff, I could work on a new target for firmware that uses some of those ideas (in C.) Might be nice to be able to run the interface directly over SSH or on plain linux console.