-
Error when running test script...
python3 /home/pi/TFT-MoodeCoverArt/tft_moode_coverart.py
'Original error was: libf77blas.so.3: cannot open shared object file: No such file or directory'
Solutio…
-
Updated my Ender 5 Plus with the Mini E3 V3 board and TFT 35 V3.0.1 display.
I've updated Marlin to the most recent 2.1.x bugfix version. I have updated the display firmware per the github page.…
-
Hi, I messaged you on Reddit yesterday about adding support for the CYD. You are correct, there seem to be quite a few variants. My particular one is ESP32-2432S028 (240 x 320 iLi9341V) I've successfu…
-
This init command sequence works on this ST7796S lcd: http://www.lcdwiki.com/4.0inch_SPI_Module_ST7796
It is taken from: https://github.com/Bodmer/TFT_eSPI/blob/master/TFT_Drivers/ST7796_Init.h
```
…
-
The 6.7.0 has been released 6 days ago (cf. https://registry.platformio.org/platforms/platformio/espressif32) and it causes bootloop on firmwares I tried to build with. I downgraded to 6.6.0 and no mo…
-
We use GitHub issues for development related discussions.
Please use the [forum](https://forum.littlevgl.com/) to ask questions.
**Describe the issue**
Fail to rebuild app after IDF upgrade
**…
-
I'm getting garbage characters randomly displayed on the serial port when radio.check_rds() is called in the main loop when running this example code.
Eventually this results in Feather crashes whe…
-
Hi All,
I am testing a Kraken with Marlin on a DIY CNC machine.
I find it useful to have some form of display for ease of tweaking settings when tuning or jogging the axis for general maintenance.
…
-
In the VS Code extension, we have a way to detect a language using https://github.com/microsoft/vscode-languagedetection. It has a model embedded which comes from https://github.com/yoeo/guesslang. It…
-
I found that rpi-fbcp is having some performance issues, so I replaced the one bundled in your image with the fbcp-ili9341 one found here: https://github.com/juj/fbcp-ili9341
The difference is nigh…