Nostr'a Katılın
2023-12-14 07:50:10 CET
in reply to

LogicalErzor on Nostr: Before this I was trying to get the framebuffer working, but my device has its ...

Before this I was trying to get the framebuffer working, but my device has its framebuffer disabled. I’ll have to setup a display driver, but searching through the code was a pain, so that’s why I’m trying to reduce the downstream kernel to the bare minimum

Bringing up i2c and then working on touchkeys is a good first step. I don’t know the i2c subsystem well and touchkeys seems simple enough to understand. Lots of other peripherals depend on i2c, so this will be good to test and learn things