adds 9x6 font to switch, adds make commands
This commit is contained in:
@@ -66,6 +66,8 @@ func (s *Slot) Update(text []Segment) error {
|
||||
font = fonts.Face5x4
|
||||
case 7:
|
||||
font = fonts.Face7x5
|
||||
case 9:
|
||||
font = fonts.Face9x6
|
||||
default:
|
||||
return fmt.Errorf("%w: %d", ErrUnsupportedSlotHeight, s.segmentHeight)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user