Closed
Description
CircuitPython version and board name
Adafruit CircuitPython 10.0.0-alpha.2 on 2025-04-04; Waveshare ESP32S3 Touch LCD 2 with ESP32S3
Code/REPL
>>> import board
>>> board.DISPLAY.rotation = 0
Behavior
This causes a black screen with blinka in the corner.
Note that it doesn't change the rotation, the default being 0.
A quick test of builds from S3 seems to point to #10208
The expected behavior is to have the REPL prompt at the bottom and continue to show when typing or printing.