tobozo

Results 711 comments of tobozo

je me suis penché sur le backup du repo madchat et les soucis de charset ne sont pas isolés aux contenus des fichiers mais aussi aux filenames ça m'a permis...

hi, LovyanGFX doesn't support espressif alpha releases, too many things are unstable, unfixed or half implemented. Espressif alpha releases are usually for core developers, unless you were looking for a...

hi, what happens if you comment this line out: ```cpp lcd.initDMA(); ```

have you tried to run cpp code outside `extern C` ?

sorry I realized my previous question was stupid :) Let's reduce the problem to a simple "hello world" sketch with `lcd.init(); lcd.fillScreen(TFT_BLACK); lcd.print("Hello World");` and the use of [Option 1....

@NewNoob2002 please share the source for your `LGFX_ST7789` lcd object, not a screenshot but actual code

@zeroomega @Kalrkloss please try the [QSPI branch](https://github.com/lovyan03/LovyanGFX/tree/QSPI) Implementing the T-Display-S3-Long config: - Copy the config from [T-Display-S3-Amoled](https://github.com/lovyan03/LovyanGFX/blob/QSPI/src/lgfx_user/Lilygo_T_Display_S3_AMOLED.hpp) - Edit pinout to match qspi io/sck/cs/rst pins - Use Panel_SH8601Z instead of...

salutations et merci pour cette contribution :+1: tant qu'a faire un liste je propose qu'elle soit [exhaustive](https://github.com/lovyan03/LovyanGFX/blob/master/src/lgfx/boards.hpp) et d'ajouter un lien sur le texte [`and more`](https://github.com/lovyan03/LovyanGFX/discussions/categories/device-configurations)

hi, please try to modify the value of `cfg.offset_rotation`, by assigning a number in the 0-7 range.

btw the [wokwi project link](https://wokwi.com/projects/405326271216619521) only compiles if the source is unmodified. as soon as I change one line of code I get this: ![image](https://github.com/user-attachments/assets/162b75a1-4f5b-4e78-a003-ad08a874c020) sorry if I can't help...