Skip to content
Snippets Groups Projects
Commit 9c235ef8 authored by android444's avatar android444 Committed by Scott Lahteine
Browse files

[HAL]Add support for ST7920 - Teensy 3.x (#10872)

parent 7b9f0302
Branches
Tags
No related merge requests found
......@@ -26,6 +26,7 @@
#if defined(__MK64FX512__) || defined(__MK66FX1M0__)
#include "HAL.h"
#include "../Delay.h"
#include <Wire.h>
......
......@@ -51,6 +51,10 @@
#include <stdint.h>
#define ST7920_DELAY_1 DELAY_NS(600)
#define ST7920_DELAY_2 DELAY_NS(750)
#define ST7920_DELAY_3 DELAY_NS(750)
// --------------------------------------------------------------------------
// Defines
// --------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment