https://github.com/jaredpetersen/ghostlab42reboot
👻 Arduino library for GhostLab42's Reboot Triple-Display Board Set
https://github.com/jaredpetersen/ghostlab42reboot
arduino arduino-library display ghostbusters library
Last synced: about 1 month ago
JSON representation
👻 Arduino library for GhostLab42's Reboot Triple-Display Board Set
- Host: GitHub
- URL: https://github.com/jaredpetersen/ghostlab42reboot
- Owner: jaredpetersen
- License: mit
- Created: 2015-10-15T05:31:32.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T00:58:17.000Z (almost 8 years ago)
- Last Synced: 2025-12-30T10:08:05.070Z (5 months ago)
- Topics: arduino, arduino-library, display, ghostbusters, library
- Language: C++
- Homepage: https://www.youtube.com/watch?v=hMc_9IoPeyI
- Size: 83.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GhostLab42 Reboot
Arduino library that serves as the driver for the [GhostLab42 Reboot Triple-Display Board Set](http://www.gbfans.com/forum/viewtopic.php?f=31&t=41215)
# Hardware
The [GhostLab42 Reboot Triple-Display Board Set](http://www.gbfans.com/forum/viewtopic.php?f=31&t=41215), designed by Doug Keithley, is currently sold as a hobbyist's kit for the proton pack displays featured in the new [Ghostbusters (2016)](https://en.wikipedia.org/wiki/Ghostbusters_(2016_film)) film. The displays are daisy-chained together and controlled by an Arduino.
# Examples
* [ex1_basictest](https://github.com/jaredpetersen/ghostlab42reboot/blob/master/examples/ex1_basictest/ex1_basictest.ino): Write numbers to the display
* [ex2_brightness](https://github.com/jaredpetersen/ghostlab42reboot/blob/master/examples/ex2_brightness/ex2_brightness.ino): Fluctuate the display brightness
* [ex3_scrollingtext](https://github.com/jaredpetersen/ghostlab42reboot/blob/master/examples/ex3_scrollingtext/ex3_scrollingtext.ino): Scroll text across the screen
* [ex4_scrollingtextadvanced](https://github.com/jaredpetersen/ghostlab42reboot/blob/master/examples/ex4_scrollingtextadvanced/ex4_scrollingtextadvanced.ino): Scroll text across the screen (supports decimals/periods)
* [ex5_counting](https://github.com/jaredpetersen/ghostlab42reboot/blob/master/examples/ex5_counting/ex5_counting.ino): Count up and down at different speeds
# Functions
* [begin()](https://github.com/jaredpetersen/ghostlab42reboot/blob/master/documentation/functions/begin.md)
* [write()](https://github.com/jaredpetersen/ghostlab42reboot/blob/master/documentation/functions/write.md)
* [resetDisplay()](https://github.com/jaredpetersen/ghostlab42reboot/blob/master/documentation/functions/resetdisplay.md)
* [setDisplayBrightness()](https://github.com/jaredpetersen/ghostlab42reboot/blob/master/documentation/functions/setdisplaybrightness.md)