Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Neradoc opened this issue Apr 8, 2025 · 1 comment
Open

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

Neradoc opened this issue Apr 8, 2025 · 1 comment

Comments

@Neradoc
Copy link

Neradoc commented Apr 8, 2025

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.

@Neradoc Neradoc added the bug label Apr 8, 2025
@Neradoc
Copy link
Author

Neradoc commented Apr 8, 2025

Not completely related, but I noticed that the top status bar disappears when setting the rotation in 9.x, until ctrl-D.

@tannewt tannewt added this to the 10.0.0 milestone Apr 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants