lightweight bitmap editor for single color oled displats (128x64 ssd1306)
Feel free to submit bug report.
- Builtin bitmap editor, supports painting by mouse. Touchscreen is not specially supported nor tested.
- View region supports transform like scaling and moving, with reset button.
- Import from png, jpg/jpeg and svg images, and supports identification through transparency.
- Import/Export from/to cpp code object.
- Paint brush like pixel, line, rectangle and circle, and supports filling.
- Undo / Redo support.
- Configurable visual effects (colors, grid).
- Selection is currently not available, and may be added in the future releases.
- Only Import/Export code as Padded (Horizontal) is supported currently. This is right for Adafruid_ssd1306, but for some libraries (lexus2k/ssd1306) you need to manually rotate it by -90 degrees.
- On color / Off color are not currently editable.
- Adjust is not available. Visual effects are completed, but has no actual function.
- Configurations are not saved, and will be lost after closing the main window.
The project is based on Qt 6.4.2.
Spacial Thanks to Icons8 for providing free icons for the project.



