Skip to content
Fillll edited this page Jan 23, 2014 · 10 revisions

Welcome to the 3radio wiki!

Protocols

Rotary Encoder and switcher protocol

When rotating: { 'rot': ±1, 'name': re_name }

When button down: { 'button': 1, 'name': re_name }

When button up: { 'button': 0, 'name': re_name }

LCD Protocol

Send texttext to line N: qN.put({ 'text': 'texttext', 'style': 'center' })

To stop LCD_proc, send: q4.put({'stop': None})

Clone this wiki locally