#where did you read that
1 messages · Page 1 of 1 (latest)
I was probably reading more into the warnings than was actually being said. Here 'https://learn.adafruit.com/adafruit-eink-display-breakouts/usage-expectations' it discusses the need to not update the display more than every 3 minutes (180 seconds) to avoid damaging the display and here 'https://learn.adafruit.com/adafruit-eink-display-breakouts/python-code' it talks about it not being a console however on re-reading I see this is for Linux based systems only.
So I stand corrected, it does say that in Circuit Python it will be a console but that you need to be careful how you use it or you risk damaging the display.
I believe that displayio has a refresh rate limit, that's why you only saw the REPL after some delay
Yes seems about 1 minute.