1.1.0 • Published 11 months ago

5x5_rgb_pimoroni v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

5x5 Matrix led from Pimoroni

Installation

npm install 5x5_rgb_pimoroni

Description

A module to control the 5x5 matrix led from Pimoroni.

Usage

const {RGB_pimoroni} = require('5x5_rgb_pimoroni')

const rgb = new RGB_pimoroni(ADDRESS_OF_THE_I2C_BUS=0x74, BUS_NUMBER=1)

rgb.set_pixel(x=0, y=0, r=255, g=0, b=0)

Methods

On or Off the LED matrix

rgb.Stop(false) // On
rgb.Stop(true) // Off

Set the color of a pixel

rgb.setColorLed(x, y, r, g, b, brightness=1)

Set the color of ALL pixels

rgb.setColor(r, g, b, brightness=1)

Make blink matrix

rgb.blink(speed=100)

Stop blink matrix

rgb.stopAnimations()

Create a crossMark

rgb.crossMark(r,g, b, brightness=1, speed=100)

Create a validMark

rgb.validMark(r,g, b, brightness=1, speed=100)

Make By Alexis06030631

Instagram

1.1.0

11 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago