Greyscale bars/Display: Difference between revisions

Content deleted Content added
Line 617: Line 617:
row_height: INTEGER once Result := (height / 4).truncated_to_integer end
row_height: INTEGER once Result := (height / 4).truncated_to_integer end


r1_width: INTEGER = 128; r1_div_count: INTEGER = 8
r1_width: INTEGER = 128; r1_div_count: INTEGER = 8 --| width of each rectangle; number of rectangles on this row
r2_width: INTEGER = 64; r2_div_count: INTEGER = 16
r2_width: INTEGER = 64; r2_div_count: INTEGER = 16
r3_width: INTEGER = 32; r3_div_count: INTEGER = 32
r3_width: INTEGER = 32; r3_div_count: INTEGER = 32