The command:
> pi-top oled write "Hey! I'm a $(pt devices hub)"
Errors as ‘write’ is not recognised only ‘draw’.
The command:
> pi-top oled write "Hey! I'm a $(pt devices hub)"
Errors as ‘write’ is not recognised only ‘draw’.
@andrewjamesline that’s right yes, only “draw” is supported as a command.
You can check this by running pi-top oled --help
or see the SDK documentation here.
Thanks done that just asking as it was one of your examples!