icing@tomato:~#
icing@tomato:~#
#47 ### Online install install/update all dependencies and latest grove.py (If you are using Raspberry Pi with Raspberrypi OS >= Bullseye, you **cannot use** this command line.) ```shell curl -sL...
Glad to be of assistance! ;-)
## display.clearScreen(GxEPD_WHITE); 这个可以改成 `display.fillScreen(GxEPD_WHITE);` ,我参照GxEPD的例子来改的,这样是把全屏幕填充成白色,和作者做法异曲同工,且不会报错。 ## ToxicSoulCount未定义标识符 作者这样写也没问题,最好的办法是将 `toxicsoul.h` 里面的define给放在main.cpp的头部。 ## collect2.exe: error: ld returned 1 exit status 修改 `platformio.ini` ```json platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git toolchain-xtensa32@~2.80400.0 ```
Thank you very much @warnes ! It works on my raspberry pi!
安装 里面提到需要运行 `python loader/image_loader.py` [https://github.com/imClumsyPanda/langchain-ChatGLM/blob/master/docs/INSTALL.md](url)
> Thank you, this PR helped me fix my pagination You are welcome.