mirror of
https://github.com/YuzuZensai/MCUFRIEND_kbv.git
synced 2026-01-31 14:57:48 +00:00
start off commit
This commit is contained in:
21
examples/graphictest_slim/graphictest_slim.ino
Normal file
21
examples/graphictest_slim/graphictest_slim.ino
Normal file
@@ -0,0 +1,21 @@
|
||||
#include <SPI.h> // f.k. for Arduino-1.5.2
|
||||
#include "Adafruit_GFX.h"// Hardware-specific library
|
||||
#include <MCUFRIEND_kbv.h>
|
||||
|
||||
/*
|
||||
* an empty Leonardo sketch uses 3.5kB + 4kB bootloader
|
||||
*
|
||||
* this C++ program avoids Serial and f-p.
|
||||
* so it just fits in the Flash.
|
||||
*
|
||||
* This is a complete dummy sketch.
|
||||
* its only purpose is to tell the IDE which libraries to use
|
||||
*
|
||||
* The actual program is in the graphictest_v25.cpp
|
||||
*
|
||||
* This enables me to build an identical AS7 project
|
||||
*
|
||||
* Edit the HOW_SLIM macro to build for other chips
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user