File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6363plot_y_neg .anchor_point = (1.0 , 0.5 )
6464plot_y_neg .anchored_position = (178 , 92 )
6565
66- plot_y_labels = displayio .Group (max_size = 2 )
66+ plot_y_labels = displayio .Group ()
6767plot_y_labels .append (plot_y_pos )
6868plot_y_labels .append (plot_y_neg )
6969
7070# ----------------------------
7171# Date label
7272# ----------------------------
73- date_label = displayio .Group (max_size = 5 )
73+ date_label = displayio .Group ()
7474date_text = [label .Label (DATE_FONT , text = "A" , color = 0xFFFFFF ) for _ in range (5 )]
7575y_offset = 8
7676for text in date_text :
8282# ----------------------------
8383# HiLo Times and Icons
8484# ----------------------------
85- tide_info = displayio .Group (max_size = 8 )
85+ tide_info = displayio .Group ()
8686
8787hilo_times = [label .Label (TIME_FONT , text = "12:34 P" , color = 0x000000 ) for _ in range (4 )]
8888y_offset = 18
You can’t perform that action at this time.
0 commit comments