Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Setting the rotation on a display loses the REPL in 10 #10241

Closed
@Neradoc

Description

@Neradoc

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions