forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Milestone
Description
CircuitPython version and board name
Adafruit CircuitPython 9.2.7 on 2025-04-01; Oxocard Galaxy with ESP32
Board ID:oxocard_galaxy
Code/REPL
CircuitPython: board.c
display_init(void)
Behavior
After Power-up, the upper third of the Display shows random pixels (not initialized).
Description
When flashing the Oxocard Galaxy with the binary for "Oxocard Connect", the display is working as expected.
The difference in display_init() is only one line in common_hal_busdisplay_busdisplay_construct :
Galaxy (fail): 80, // row start
Connect (correct): 0, // row start
@supcik:
Maybe you can do this tiny fix in a minute...
Additional information
No response