ssd1306


This project allows you to visualize and generate pixel art for the SSD1306 OLED display using MicroPython. Instead of manually calculating the position of individual pixels on a 128×64 display, this tool provides a graphical interface where you can click on pixels to toggle them on or off. After creating your pixel art, the corresponding MicroPython code will be generated for easy copy-pasting into your project.

## Features

Grid-based pixel editor: A 128×64 grid where each cell represents a pixel.

Pixel toggling: Click on grid cells to toggle pixels on/off.

Code generation: Generate MicroPython code based on the active pixels in the grid.

Copy code: Quickly copy the generated code to your clipboard for use in your MicroPython project.

HTML pixel_draw.html

mPYTHON ssd1306.txt


Leave a Reply

Your email address will not be published. Required fields are marked *