Replies: 1 comment 5 replies
-
The 6th argument for fill was added in August 2022. So if your firmware is older, the last argument must be omitted. Alternatively just use the most recent daily build. The number of arguments in the error message always include the (invisible) instance. So if you supply 6 arguments in Python, the C code driver gets 7. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am writing a simple menu renderer, where you can provide an active item.
To make the item visible I wanted to create a white react and overlay the text in black.
(My expectation is that this will work) However, when the
rect
method throws an interesting exception, which says, that I am using 7 args instead of 6. This is very confusing.. See the code and the error below:I am using ssd1306 if that matters..
Beta Was this translation helpful? Give feedback.
All reactions