From ea894db82dc4b1890da150c6d0f41114b2e3dc6e Mon Sep 17 00:00:00 2001 From: Serge NOEL Date: Fri, 13 Feb 2026 13:49:31 +0100 Subject: [PATCH] Last version --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a9f24..695d089 100644 --- a/README.md +++ b/README.md @@ -92,4 +92,23 @@ void drawSpeedometer(int speed) { **Tips:** - Clear the previous needle before drawing a new one for smooth animation. - Adjust `cx`, `cy`, and `r` for your display size. -- You can enhance the arc with tick marks and labels for a more realistic look. \ No newline at end of file +- You can enhance the arc with tick marks and labels for a more realistic look. + + +Hi, +I’ve made an open-source graphics editor designed to help create visuals for TFT_eSPI, U8g2, AdafruitGFX, and ESPHome. + +Pick the GUI library or platform you're using, choose your display size, and start building with visual tools — draw shapes, add text, and more. As you work, a code window below will auto-generate the source code you can copy into your project to reproduce the design. + +You can import your own images and convert them into data arrays. There's also a built-in icon library to help you get started quickly. + +It’s open source and community-supported: https://github.com/sbrin/lopaka +The cloud version is live at https://lopaka.app + +There’s even a gallery of editable screens and UI designs created by others, so you don’t have to start from scratch. + +I'd love to hear your thoughts: +– What do you think of the idea? +– What features do you wish it had? + +Your feedback is the best motivation to keep building! \ No newline at end of file