lovyan03

Results 202 comments of lovyan03

Hello, @Orfait Thanks for the info. I've updated the develop branch, so please give it a try.

@tanakamasayuki Thank you for reporting this. We will be fixing the code that relies on legacy drivers such as ADC and I2S.

Hello, @slidekor Please try following code. You should hear a sound when you touch the button area at the bottom of the screen. ```cpp #include void setup() { M5.begin(); }...

Hello, @yo2ldk What version of M5GFX are you using? The latest version is 0.1.16

hello, @yltsa Perhaps you are mixing the following two? If you do, a conflict will occur and the compile will not work. ``` // #include //

Hello, @jaylikesbunda I just update release v0.2.9. Perhaps this issue has been solved.

I don't understand M5Stack products that use ESP32C5. What is the hardware configuration?

@nanshenwei Thank you for the detailed information ! A mechanism to avoid the problem has been implemented in the develop branch, so please try it out. Although I think the...

Hello, @kirberich First and foremost, it's important to note that the width of `drawChar` and the width of `textWidth` are not necessarily the same. `drawChar` renders a single character, but...