v.0.2.1 is_letter_assigned_right
This commit is contained in:
@@ -139,7 +139,7 @@ class NeoPixel_64x64(NeoPixel):
|
||||
print(letter)
|
||||
for row in range(self.font_height):
|
||||
row_data = char_data[row]
|
||||
print(number_to_bitarray_msb(row_data))
|
||||
|
||||
for col in range(char_width):
|
||||
# Check if pixel should be lit (MSB first)
|
||||
# Only check bits within the actual character width
|
||||
|
||||
Reference in New Issue
Block a user