Colin aed04c752d 8-but LCD peripheral (#807)
WIP quick copy of I2S method and quick tidy

Replace I2s with Lcd

Stripping and commenting to get it to compile

Fix compile

Kill sample rate

Switch to 8bit to start, renames

WIP adding LCD code, untested

Copied over begin method

WIP working from bottom up

WIP chipping away slowly

startwrite/show

WIP partially working but not the whole buffer

Working

Tidy

Co-authored-by: Colin Iuliano <colin@coliniuliano.ca>
2024-06-30 08:42:53 -05:00
2022-12-02 10:48:42 -08:00
2024-04-15 13:23:25 -07:00
2024-01-03 16:58:02 -08:00
2024-06-30 08:42:53 -05:00
2014-10-06 11:42:31 -07:00
2018-01-22 14:22:56 -08:00
2023-06-05 15:39:28 -07:00
2024-04-20 09:45:19 -07:00
2024-04-20 09:45:19 -07:00
2023-11-07 06:07:52 -08:00

NeoPixelBus

Donate

Arduino NeoPixel library

A library to control one wire protocol RGB, RGBW, and RGBWW leds like APA106, SK6812, WS2811, WS2812 and WS2813 that are commonly refered to as NeoPixels and two wire protocol RGB like Lpd8806, APA102 and SK9822 commonly refered to as DotStars. Supports most Arduino platforms.

For quick questions and support:

For bugs, make sure there isn't an active issue and then create one.

Documentation

See Wiki

Installing This Library (preferred, you just want to use it)

Open the Library Manager and search for "NeoPixelBus by Makuna" and install

Installing This Library From GitHub (advanced, you want to contribute)

Create a directory in your Arduino\Library folder named "NeoPixelBus" Clone (Git) this project into that folder.
It should now show up in the import list when you restart Arduino IDE.

Description
An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.
Readme 7.8 MiB
Languages
C++ 89.5%
C 10.5%