CircuitPython TABLE

table

CircuitPython Library to create tables

  • Author(s): Jose D. Montoya

class table.Table(*args: Any, **kwargs: Any)

Create a table with the given parameters.

Parameters:
  • originx (int) – The x origin of the table.

  • originy (int) – The y origin of the table.

  • width (int) – The width of the table.

  • height (int) – The height of the table.

  • table (list) – The table to be displayed.

  • font_file (str) – The font file to be used.

  • color (int) – Line color. Defaults to 0xFFFFFF

  • text_color (int) – Text color. Defaults to 0x123456

create_borders(color_index=2)

Create borders for the table

create_label_objects()

Create label objects