pyfirmata_epd.fonts

pyfirmata_epd.fonts.Font12 = <pyfirmata_epd.fonts.sFONT object>

Font with a height of 12 pixels

pyfirmata_epd.fonts.Font16 = <pyfirmata_epd.fonts.sFONT object>

Font with a height of 16 pixels

pyfirmata_epd.fonts.Font20 = <pyfirmata_epd.fonts.sFONT object>

Font with a height of 20 pixels

pyfirmata_epd.fonts.Font24 = <pyfirmata_epd.fonts.sFONT object>

Font with a height of 24 pixels

pyfirmata_epd.fonts.Font8 = <pyfirmata_epd.fonts.sFONT object>

Font with a height of 8 pixels

class pyfirmata_epd.fonts.sFONT(table, Width, Height)[source]

Bases: object

Pixel Font class

Parameters:
  • table (list[int]) – Pixel table.

  • Width (int) – Width of font

  • Height (int) – Height of font