Skip to content
New issue

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

[Question] How did you discover the rpc commands? #6

Open
penguix0 opened this issue Apr 24, 2022 · 0 comments
Open

[Question] How did you discover the rpc commands? #6

penguix0 opened this issue Apr 24, 2022 · 0 comments

Comments

@penguix0
Copy link

penguix0 commented Apr 24, 2022

Hi @nutki,

I was wondering how you discovered this bit of code:

def display_set_pixel(self, x, y, brightness = 9):
    return self.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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant