Steph

Results 41 comments of Steph

I am pleased to discover that the menu bug seems fixed. ![platformio-library-examples-menu](https://user-images.githubusercontent.com/31308530/184056359-526d36f1-a7f7-4b0e-a655-2071ab65d084.gif) Thank you for that! Nevertheless, the examples do not sort correctly. Do you plan to fix this? Is...

Well, the bug is back... 😕 PIO Core: **6.1.4** PIO Home: **3.4.3**

@lovyan03 Thank you so much for this great library, the quality of your work and your responsiveness. I don't know how you manage to always find an efficient solution to...

Thank you for this very convincing demo @tobozo. I can't wait to get my ESPboy to test this myself. And thanks again to @lovyan03 for adding this possibility!

@lovyan03 @tobozo, hello to you both. I finally got my ESPboy, and I just started testing with LovyanGFX. The screen is an ST7735 1,44" 128x128. I started from the configuration...

**Bingo!** @lovyan03 You're awesome! These are the settings that work: ```cpp cfg.freq_write = 40000000; cfg.memory_width = 132; cfg.memory_height = 132; cfg.panel_width = 128; cfg.panel_height = 128; cfg.offset_x = 2; cfg.offset_y...

@lovyan03 Thank you so much for your help and your clear explanation. I will test your example with `copyRect()` soon. I wish you a good evening. Steph

@lovyan03 You really deserve it!

Hello @lovyan03, Sorry to bother you again, but I found a problem with the `pushImage()` function and the transparency color. When I set an image like this (with a transparency...

Thanks for trying something @lovyan03! But it doesn't compile anymore... And this, whether I use `PROGMEM` or not. [Here is the compilation log](https://gist.github.com/m1cr0lab/0d0b1cdc42d7fdb1cb40b98cd5278499) I don't know what to tell you,...