lovyan03
lovyan03
Hello, @rudiratlos I apologize for the long wait. https://github.com/m5stack/M5GFX/issues/119#issuecomment-2811764975 As mentioned in this URL, I updated the develop branch. This version does not use EPDiy, but controls the e-paper in...
Hello, @wurzlphi Thank you for your feedback. Your concerns are valid. We are aware of that, but the Arduino TwoWire mechanism is simply difficult to use, so we have no...
I think this issue is resolved so I'll close it. Thanks @felmue .
Hello, @adokitkat please try develop branch.
Hello, @Grandpa-G This just draws a button image. It expects the pressed state of the button to be set by user code via the press method. This function does not...
Hello, @rudiratlos If you use M5Unified, you don't need to create an instance of M5GFX yourself. M5.Display is provided automatically. So the code you need is as follows: ```cpp #include...
Hello everyone. I apologize for the long wait. I have updated the `develop` branch. The new version works with M5GFX alone, without EPDiy. Please try it out. If there are...
thanks @felmue I fixed it and update develop branch.
Thank you for reporting. @felmue I have updated the develop branch again. This fixes the waitDisplay function, which waits until the display drawing operation is completed, but this function was...
sorry, I just updated develop branch again.