We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
it's time to start actually introducing code to address our LEDs
in the long run, we want to use simple setitem and getitem syntax (see #9)
as a stepping stone, I propose we create a very simple set_pixel method with arguments (i, j, color)
set_pixel
(i, j, color)
i, j integers, color hex string
i
j
color
this will allow us to focus on the simple problem of addressing the LEDs as separate from the syntactic sugar that we want to introduce
The text was updated successfully, but these errors were encountered:
tyler314
No branches or pull requests
it's time to start actually introducing code to address our LEDs
in the long run, we want to use simple setitem and getitem syntax (see #9)
as a stepping stone, I propose we create a very simple
set_pixel
method with arguments(i, j, color)
i
,j
integers,color
hex stringthis will allow us to focus on the simple problem of addressing the LEDs as separate from the syntactic sugar that we want to introduce
The text was updated successfully, but these errors were encountered: