Skip to content

Instantly share code, notes, and snippets.

View mcgovernplover's full-sized avatar

mcgovernplover

View GitHub Profile
/*
SmartMatrix Features Demo - Louis Beaudoin (Pixelmatix)
This example code is released into the public domain
(New in SmartMatrix Library 4.0) To update a SmartMatrix Library sketch to use Adafruit_GFX compatible layers:
- Make sure you have the Adafruit_GFX Library installed in Arduino (you can use Arduino Library Manager)
- add `#define USE_ADAFRUIT_GFX_LAYERS` at top of sketch (this is needed for any sketch to tell SmartMatrix Library that Adafruit_GFX is present, not just this sketch)
- Add this *before* #include <SmartMatrix.h>
- Check the documentation Wiki for more details on why you may or may not want to use these layers
C:\Users\micha\Downloads\arduino-1.8.13-windows (1)\arduino-1.8.13\arduino-builder -dump-prefs -logger=machine -hardware C:\Users\micha\Downloads\arduino-1.8.13-windows (1)\arduino-1.8.13\hardware -hardware C:\Users\micha\AppData\Local\Arduino15\packages -tools C:\Users\micha\Downloads\arduino-1.8.13-windows (1)\arduino-1.8.13\tools-builder -tools C:\Users\micha\Downloads\arduino-1.8.13-windows (1)\arduino-1.8.13\hardware\tools\avr -tools C:\Users\micha\AppData\Local\Arduino15\packages -built-in-libraries C:\Users\micha\Downloads\arduino-1.8.13-windows (1)\arduino-1.8.13\libraries -libraries C:\Users\micha\OneDrive\Documents\Arduino\libraries -fqbn=teensy:avr:teensy41:usb=serial,speed=600,opt=o2std,keys=en-us -vid-pid=0000_0000 -ide-version=10813 -build-path C:\Users\micha\AppData\Local\Temp\arduino_build_388933 -warnings=none -build-cache C:\Users\micha\AppData\Local\Temp\arduino_cache_331210 -verbose C:\Users\micha\AppData\Local\Temp\arduino_modified_sketch_26182\FeatureDemo.ino
C:\Users\micha\Downl