v.0.2.1 is_letter_assigned_right

This commit is contained in:
tiijay
2025-10-22 14:47:10 +02:00
parent ad0bf2eed1
commit b588339fb4
4 changed files with 61 additions and 7 deletions

View File

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