-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
19 lines (16 loc) · 746 Bytes
/
README
File metadata and controls
19 lines (16 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
This program is an "Arduino+NeoPixel Emulator".
It allows developing and testing simple Arduino sketches that produce
NeoPixel LED string displays and effects, running them on an ordinary
PC and showing them on the computer screen using SDL (Simple
DirectMedia Layer).
The Fake_NeoPixel class is a stripped-down copy of Adafruit_NeoPixel for
Arduino modified to use SDL2 as the rendering backend. License: GPLv3
https://github.com/adafruit/Adafruit_NeoPixel
Some inspiration was taken from SDL tutorials by Lazy Foo' Productions.
http://lazyfoo.net/tutorials/SDL/index.php#Hello%20SDL
To compile and run on Ubuntu/Debian, first, install SDL2 and g++:
sudo apt-get install libsdl2-dev g++
To compile:
make
To run it:
./lightstring