Skip to content

Instantly share code, notes, and snippets.

@mwachs5
mwachs5 / rgb_led_matrix_demo.c
Last active January 12, 2017 02:03
Freedom E300 Code for Driving a 32x16 RGB LED Matrix
// See LICENSE for License Details.
// These are the the generic snippets of Tim Newsome's Debug Demo code, necessary
// for driving a 32x16 RGB LED Matrix.
// The code sets up the PWM0 to deliver periodic timer interrupts during which the display is driven.
// This gist does not include the code to populate the actual images you want to display.
#include "plic_driver.h"
#include "platform.h"