lopaka
lopaka copied to clipboard
Lopaka - Stunning graphics for embedded systems displays
This is handy for making displays and menu's with icons that change state. Would be nice if you could add all the battery icons in the same spot. But hide...
We have u8g2 setDrawColor (XOR Draw) option. We can use similar logic for other platforms and extend this option to support Black, White and XOR color modes. For u8g2 and...
Currently we always treat white or transparent pixels as empty ones. It may be useful to be able to add non-transparent but invisible pixels As a source we expect people...
Would be nice if the bitmap arrays, settings (like setFontMode) and different draw operations (string, line, xbm), would be seperated/grouped together in code, possibly with some explanatory comments. New users...
That would be very useful, in the future.
если поместить слой за рамку и что то нарисовать или стереть то он обрежется а если просто перемещать то ничего https://github.com/sbrin/lopaka/assets/121217896/da4dfa25-ac45-488e-9c51-fb261e0c87bb
Hey Mikhail, Thanks for the great project you make! What do you think about vertical Flipper Zero display support(64x128) in the project? I suppose, it would be great option to...
Would adding support for mcu-renderer (https://github.com/Gissio/mcu-renderer) make sense? It should be fairly easy.