Skip to content

Instantly share code, notes, and snippets.

@welshcoder
welshcoder / main.cpp
Created December 14, 2021 22:59
Example of TGX Library with SmartMatrix
#include <Arduino.h>
#include <tgx.h>
#include <font_tgx_OpenSans_Bold.h>
#include "scream_texture.h"
#include <MatrixHardware_Teensy4_ShieldV5.h> // SmartLED Shield for Teensy 4 (V5)
#include <SmartMatrix.h>