txoof / PaperPi

E-Paper display loop with plugins
97 stars 10 forks source link

Support for the Inky Frame 7? (pico w built in) #146

Closed petruut closed 6 months ago

txoof commented 7 months ago

I'm unfamiliar with this hardware. Can you provide more details?

txoof commented 7 months ago

@petruut I think this is what you're talking about.

Unfortunately there's no easy way to port PaperPi to the Inky Frame without a major rewrite of all the supporting libraries for micro python. If there's a way to run the screen with pure python libraries, we could take a crack at it; it shouldn't bee terribly difficult.

That being said, it should be possible to port at least the core functionality of PaperPi to the inky frame using epdlib.
epdlib lets you create layouts that will work on any 2D frame-buffered screen without having to "do the math" of where to put things. It automatically figures out how to scale and adjust layout elements.

If you're interested, we could collaborate on doing this.

txoof commented 6 months ago

@petruut

I'm going to close this. If you have more to share, or want to work on porting this, let me know here.