adds 13x8 font

This commit is contained in:
2023-12-21 12:33:34 -05:00
parent 67867222d4
commit e559e21da7
4 changed files with 296 additions and 3 deletions
+2
View File
@@ -68,6 +68,8 @@ func (s *Slot) Update(text []Segment) error {
font = fonts.Face7x5
case 9:
font = fonts.Face9x6
case 13:
font = fonts.Face13x8
default:
return fmt.Errorf("%w: %d", ErrUnsupportedSlotHeight, s.segmentHeight)
}