# HEX


## Product Features
- 37 integrated LEDs
- Software development platform: Arduino, UIFlow (Blockly & python)
## Include
- 1x HEX Unit
- 1x Grove Cable
## Specification
| Resources | Parameter |
| RGB LED | SK6812 x 37 |
| Net weight | 8g |
| Gross weight | 10g |
| Product Size | 30*35*8mm |
| Package Size | 50*80*10mm |
| M5Core(GROVE A) | GPIO22 | GPIO21 | 5V | GND |
| HEX Unit In | Data Pin | 5V | GND |
| M5Core(GROVE B) | GPIO36 | GPIO26 | 5V | GND |
| HEX Unit In | Data Pin | 5V | GND |
| M5Core(GROVE C) | GPIO16 | GPIO17 | 5V | GND |
| HEX Unit In | Data Pin | 5V | GND |
## Example
### 1. Arduino
FastLED library on Arduino presents excellent and colorful lighting effects.
Before compile, it is require to install the FastLED library and connect HEX to GROVE A.
RGB LED Library on Arduino
- **[FastLED Library](https://github.com/FastLED/FastLED/wiki/Overview)**
- **[FastLED Reference(Chinese version)](http://www.taichi-maker.com/homepage/reference-index/arduino-library-index/fastled-library/)**
To get the complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/HEX_SK6812)
### 2. UIFlow
To get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/HEX/UIFlow)