Merge pull request #1667 from lesamouraipourpre/project-selector
MagTag Project Selector: Update for CP7
This commit is contained in:
commit
ac7bd89118
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ btnD.pull = Pull.UP
|
||||||
|
|
||||||
graphics = Graphics(auto_refresh=False)
|
graphics = Graphics(auto_refresh=False)
|
||||||
display = graphics.display
|
display = graphics.display
|
||||||
group = displayio.Group(max_size=14)
|
group = displayio.Group()
|
||||||
|
|
||||||
selector = False
|
selector = False
|
||||||
if not btnA.value or not btnB.value or not btnC.value or not btnD.value:
|
if not btnA.value or not btnB.value or not btnC.value or not btnD.value:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue