***** Add photo ****
Arduino library for Deneyap 5x7 LED Matrix
Product ID
M34, mpv1.0MCU
STM8S003F3Weight
Module Dimension
25,4 mm x 50,8 mmI2C address
0x0A, 0x4A
Address | |
---|---|
0x0A | default address |
0x4A | address when ADR1 pad is shorted |
Deneyap 5x7 LED Matrix Shematic
Deneyap 5x7 LED Matrix Mechanical Drawing
How to install a Arduino Library
This Arduino library allows you to use Deneyap 5x7 LED Matrix module with I2C peripheral. You can use this library in your projects with any Arduino compatible board with I2C peripheral.
/docs
README_tr.md and product photos/examples
Examples with .ino extension sketches/src
Source files (.cpp .h)keywords.txt
Keywords from this library that will be highlighted in the Arduino IDElibrary.properties
General library properties for the Arduino package manager
1.0.2 - updated comment line in examples and function(drawLedMatrix)
1.0.1 - updated library.properties file
1.0.0 - initial release
- Deneyap 5x7 LED Matrix and Board can be connected with I2C cable
- or 3V3, GND, SDA and SCL pins can be connected with jumper cables
5x7 LED Matrix | Function | Board pins |
---|---|---|
3.3V | Power | 3.3V |
GND | Ground | GND |
SDA | I2C Data | SDA pin |
SCL | I2C Clock | SCL pin |
SWIM | Debug | no connection |
RES | Debug | no connection |
COL1 | 1.Column | any GPIO pin |
COL2 | 2.Column | any GPIO pin |
COL3 | 3.Column | any GPIO pin |
COL4 | 4.Column | any GPIO pin |
COL5 | 5.Column | any GPIO pin |
ROW1 | 1. Row | any GPIO pin |
ROW2 | 2. Row | any GPIO pin |
ROW3 | 3. Row | any GPIO pin |
ROW4 | 4. Row | any GPIO pin |
ROW5 | 5. Row | any GPIO pin |
ROW6 | 6. Row | any GPIO pin |
ROW7 | 7. Row | any GPIO pin |
Please review the LICENSE file for license information.