CircuitPython automatically routes REPL output to your OLED Display

I ran into this weird problem when using an OLED display on a Pico RP2040 when I initialized the Adafruit SH1106 SPI OLED driver.  Trash started scrolling up the screen.  The screen was erased and worked fine when sending my own graphics to it.  

Finally, I looked at the output and found out Adafruit automatically routes REPL output to any display added.


Video

A second try at a video The first video


#CircuitPython2023

Revision History

2023 03 Created

Comments

Popular posts from this blog

Installing the RNDIS driver on Windows 11 to use USB Raspberry Pi as network attached

Understanding your WSL2 RAM and swap - Changing the default 50%-25%

Almost PaaS Document Parsing with Tika and AWS Elastic Beanstalk