_pew

LED matrix driver

class _pew.PewPew(buffer: Any, rows: Any, cols: Any, buttons: Any)

This is an internal module to be used by the pew.py library from https://github.com/pewpew-game/pew-pewpew-standalone-10.x to handle the LED matrix display and buttons on the pewpew10 board.

Usage:

This singleton class is instantiated by the ``pew`` library, and
used internally by it. All user-visible interactions are done through
that library.