@thaispookie Hi, please see:
https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/display#tftcompilefontfile_name-debug
Best posts made by 0x1abin
-
RE: [Solved]Doesn't work sample sketch "MP9250BasicAHRS" on M5Stack Gray
The latest arduino-esp32 I2C have a problem, I checkout out to the e63aa4065092c9a3a0547b2649a509585866ce87 can fix the problem.
cd ~/Documents/Arduino/hardware/espressif/esp32 git checkout e63aa4065092c9a3a0547b2649a509585866ce87
-
RE: drawJpgFile at specific coordinates
M5.Lcd.drawJpgFile(fs::FS &fs, const char *path, uint16_t x, uint16_t y, uint16_t maxWidth, uint16_t maxHeight, uint16_t offX, uint16_t offY, jpeg_div_t scale);