Merge pull request #1667 from lesamouraipourpre/project-selector

MagTag Project Selector: Update for CP7
This commit is contained in:
foamyguy 2021-07-29 08:47:47 -05:00 committed by GitHub
commit ac7bd89118
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: