File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 44import terminalio
55from microcontroller import nvm
66from adafruit_display_text import label
7- from adafruit_bitmap_font import bitmap_font
87import adafruit_imageload
98from adafruit_clue import clue
109
3837# --------------------------------------------------------------------
3938
4039# create main display group
41- splash = displayio .Group (max_size = 4 )
40+ splash = displayio .Group ()
4241clue .display .show (splash )
4342
4443# background
5251background = displayio .TileGrid (bg_bmp , pixel_shader = bg_pal )
5352
5453# a group for both altitude readouts
55- alti_readouts = displayio .Group (max_size = 2 , scale = 6 )
54+ alti_readouts = displayio .Group (scale = 6 )
5655
5756# altitude (corrected)
5857alti_disp = label .Label (FONT , text = "12345" , color = ORANGE )
You can’t perform that action at this time.
0 commit comments