amadeok
amadeok
if using PIL for processing a workaround could be the one here: https://github.com/swharden/pyScreenCapture/blob/master/go.py
Hi You made it work with google colab? can you share how? thanks
> @vroland this issue is stale and a bit old, is this ft232 board still going to be released? Or maybe we can convert this into a discussion? I think...
> I see, it was in fact an interesting experiment but the ESP32 speed cannot cope with the USB speed. What a pity I would have loved to see that...
> @vroland Apologies for the late reply. As I have already switched to an older version since several months, I had to do some refactoring before the new code could...
> @amadeok Thanks for your input, however, as I have been using epdiy for several years now, I recognised the mentioned issue about epd_init() failing when there is too little...
it can be reproduced, i went to the demo example and pasted this at the beggining fo app_main() ``` while (1) { vTaskDelay(1000 / portTICK_PERIOD_MS); epd_init(&DEMO_BOARD, &ED097TC2, EPD_LUT_1K); vTaskDelay(1000 /...
> You are using the latest version or at least a much more recent version of epdiy. Without modifying the epd_init function in the more recent version, you cannot reproduce...
>  hi, post the full output of the console
>  did you build the base epd driver succesfully ? were you able to run the examples in the epdiy repository? what version of epdiy are you running and...