Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove extra line
  • Loading branch information
tannewt authored Sep 17, 2025
commit 9b93d2284e2ba4149bb445add48f09409f244cbe
1 change: 0 additions & 1 deletion adafruit_rgb_display/rgb.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ def root_group(self, val) -> None:
raise NotImplementedError(
"Please use a displayio driver for the display. This is the pixel-level driver."
)



class DisplaySPI(Display):
Expand Down