README.md: Fix iss 29

encoder_driver
peterhinch 2023-04-25 07:07:34 +01:00
rodzic fc7c91fa20
commit 20da9750f4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1404,7 +1404,7 @@ table = [
{'text' : '4', 'args' : ['4']},
]
col = 0
rb = RadioButtons(callback, BLUE) # color of selected button
rb = RadioButtons(BLUE, callback) # color of selected button
for t in table:
rb.add_button(wri, 10, col, textcolor = WHITE,
fgcolor = LIGHTBLUE, height = 40, **t)