M5GFX icon indicating copy to clipboard operation
M5GFX copied to clipboard

Graphics library for M5Stack series

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

Can customize like: ```CPP auto panel = (lgfx::Panel_sdl*)(...).getPanel(); panel->addKeyCodeMapping(SDLK_q, 0); panel->addKeyCodeMapping(SDLK_w, 1); panel->addKeyCodeMapping(SDLK_e, 2); panel->addKeyCodeMapping(SDLK_r, 3); panel->addKeyCodeMapping(SDLK_f, 4); ```

On my two M5StickC-PLUS2, I get the following error: ``` [176344][W][common.cpp:1400] readBytes(): [LGFX] i2c read error : read timeout ``` It happens randomly. It seems to happen only when using...

[`miniz`](https://github.com/m5stack/M5GFX/blob/b490abf5fa9e5b43479bfa2316bdb39c0c1aa46f/src/lgfx/utility/miniz.c#L1) is vendor'd into this repo, causing duplicate symbol linker errors if `M5GFX` is used in projects that already use `miniz`. Not sure on the best way to handle this....

I have an application that works fine when using Core2 V1.0 with the Display Module 13.2, but when I use the new Core2 V1.1, the display is blank. M5.getDisplayIndex(m5gfx::board_M5ModuleDisplay) returns...

I was trying to implement CI to ensure the component compiles for the various versions of ESP-IDF. The problem is that the project is not set up in a way...

I've written an app on the coreink using M5GFX that displays data on the screen. Sometimes if i press te powerbutton or wakeup from sleep the black pixels go briefly...

IDF: 5.0.1 OS: Windows 11 VS Code: 1.77.3 Espressif IDF VS Code Extension: v.1.6.1 Create sample project based on IDF C++ template (like "blink"), add "components" directory, anc checkout M5GFX...

Hi and thanks for this awesome driver! According to the data sheet of my display, I came up with this configuration. However the initialization fails with an "out of range"...

The examples do not match the latest version. Our firmware uses drawPngFile to show images from LittleFS. It was removed in this release. Please give a new example how to...

Hi, thank you for the great work. I am looking for the original example, that is running on the ATOM Display after first startup. I am interested in the PDQ...