M5GFX icon indicating copy to clipboard operation
M5GFX copied to clipboard

Graphics library for M5Stack series

Results 33 M5GFX issues
Sort by recently updated
recently updated
newest added

I'm using the touch function, to write (taking small notes) with my finger on the m5paperS3. The finger movement is drawn with drawline to a sprite. currently i have to...

Hi, I'm just wondering, that there is no drawLine with a thickness parameter like in M5EPD.

during my porting effort form M5EPD to M5unified, I'm missing the function canvas.setTextArea(x, y, w, h), which I use havily to show floating/wrapping text data on my epaper. Is there...

I encountered issues while compiling a project using the M5GFX library with an ESP32-C6. The error suggest compatibility problems with the ESP32-C6 platform. Below are the details: **Steps to Reproduce:**...

Hello, I just wanted to report a compilation crash due to this line on ESP-IDF master branch: https://github.com/m5stack/M5GFX/blob/ff11e09ac0bb5ec29433e81abbdc66c26488ba44/src/lgfx/v1/platforms/esp32/common.cpp#L677 `module` field was removed from `i2c_signal_conn_t` struct (missing from IDF v5.4 or...

### Info Platform: ESP32 (M5Stack Core2) ESP-IDF: 5.1.4 Arduino ESP32: 3.0.6 Connected Hardware: BME280 Environment Sensor on GPIO pins 21 and 22 using [https://github.com/adafruit/Adafruit_BME280_Library](url) ### Issue When using M5Unified/M5GFX with...

Example: [this png](https://cdn.weatherapi.com/weather/64x64/night/116.png) is returned with a `Transfer-Encoding: chunked` header and M5GFX can't render it with `drawPngUrl`. This happens because each chunk in the tcp stream has a [chunk-header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding) (`chunkLength\r\n`)...

Compiling the sample code for an ESP32P4 module using the ESP 3.3.2 arduino core I get the error: The M5GFX library encountered an unknown path resolve error.c*: 67:11: fatal error:...

I was hitting an issue where `textWidth` would give me results that were slightly off from the actual width of a string drawn to the display when using a VLW...

I receive this error at compile time. Program used to work, but I now added M5GFX library to be able to draw a circle, and now it won't compile anymore....