You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering how you discovered this bit of code:
defdisplay_set_pixel(self, x, y, brightness=9):
returnself.send_message('scratch.display_set_pixel', { 'x':x, 'y': y, 'brightness': brightness})
Specifically the part where you send scratch.display_set_pixel, How did you discover that you can send this and are there more commands to send? Maybe commands for controlling motors or sound?
I'm looking forwards to your reply!
penguix0
The text was updated successfully, but these errors were encountered:
Hi @nutki,
I was wondering how you discovered this bit of code:
Specifically the part where you send
scratch.display_set_pixel
, How did you discover that you can send this and are there more commands to send? Maybe commands for controlling motors or sound?I'm looking forwards to your reply!
penguix0
The text was updated successfully, but these errors were encountered: