We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the 3radio wiki!
When rotating: { 'rot': ±1, 'name': re_name }
{ 'rot': ±1, 'name': re_name }
When button down: { 'button': 1, 'name': re_name }
{ 'button': 1, 'name': re_name }
When button up: { 'button': 0, 'name': re_name }
{ 'button': 0, 'name': re_name }
Send texttext to line N: qN.put({ 'text': 'texttext', 'style': 'center' })
qN.put({ 'text': 'texttext', 'style': 'center' })
To stop LCD_proc, send: q4.put({'stop': None})
q4.put({'stop': None})