16x12 G Click-Platine
16x12 G Click-Platine
Wir präsentieren das 16x12 G Click Board, eine vielseitige und dynamische Ergänzung für Ihre Elektronikprojekte. Dieses innovative Click Board™ verfügt über ein 16x12-LED-Display in Verbindung mit dem leistungsstarken IS31FL3733-Matrixtreiber und bietet Ihnen eine breite Palette kreativer Möglichkeiten.
Eines der Hauptmerkmale des 16x12 G Click Boards ist seine Flexibilität bei den Stromversorgungsoptionen. Egal, ob Sie mit einer 3,3-V- oder 5-V-Stromquelle arbeiten, dieses Click Board™ ist bereit, erstklassige Leistung zu liefern.
Das 16x12 G Click Board wurde für eine nahtlose Integration entwickelt und kommuniziert mühelos mit Ihrem Ziel-Mikrocontroller über die I2C-Schnittstelle und bestimmte Pins auf der MikroBUS-Leitung, einschließlich INT, RST und CS.
Verbessern Sie Ihre Projekte mit den lebendigen visuellen Funktionen des 16x12 G Click Board. Ganz gleich, ob Sie auffällige Displays erstellen oder innovative visuelle Feedbacksysteme implementieren, dieses Click Board™ wird Sie mit seiner Klarheit und Präzision beeindrucken.
Lassen Sie Ihrer Kreativität freien Lauf und erwecken Sie Ihre Ideen mit dem 16x12 G Click Board zum Leben. Egal, ob Sie ein erfahrener Elektronik-Enthusiast oder ein Anfänger sind, der die Welt der LED-Anzeigen erkunden möchte, dieses Click Board™ bietet eine benutzerfreundliche Erfahrung, die sowohl spannend als auch lohnend ist.
Erleben Sie noch heute den Komfort und die Leistung des 16x12 G Click Board. Werten Sie Ihre Projekte mit überlegenen visuellen Darstellungen und nahtloser Integration auf, alles in einem kompakten und zuverlässigen Paket.
The 16x12 G Click Board™ carries a 16x12 LED display and the IS31FL3733 matrix driver. The click is designed to run on either 3.3V or 5V power supply. It communicates with the target microcontroller over I2C interface, and the following pins on the mikroBUS™ line: INT, RST, CS.
Each LED can be controlled individually – both for on/off control and light intensity.
IS31FL3733 Driver Features
The IS31FL3733 is a general purpose 12×16 LEDs matrix driver with 1/12 cycle rate.
Each of the 192 LEDs can be dimmed individually with 8-bit PWM data, which allows 256 steps of linear dimming.
The driver has selectable 3 Auto Breath Modes for each LED ( ABM-1, ABM-2, and ABM-3).
SPECIFICATIONS
Type | LED Matrix |
Applications | The 16x12 G Click Board™ brings serial 8x8 Yellow LED display matrix to your design |
On-board modules | IS31FL3733 - a general purpose 12×16 LEDs matrix driver with 1/12 cycle rate, from Integrated Silicon Solution, Inc. |
Key Features | 16 current source outputs for row control, 12 switch current inputs for column scan control, 1MHz I2C-compatible interface |
Interface | GPIO,I2C |
Compatibility | mikroBUS |
Click board size | L (57.15 x 25.4 mm) |
Input Voltage | 3.3V or 5V |
PINOUT DIAGRAM
This table shows how the pinout of the 16x12 G Click Board™ corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).
Notes | Pin | Pin | Notes | ||||
---|---|---|---|---|---|---|---|
NC | 1 | AN | PWM | 16 | NC | ||
Reset | RST | 2 | RST | INT | 15 | INT | Interrupt pin |
Standby | SDB | 3 | CS | TX | 14 | NC | |
NC | 4 | SCK | RX | 13 | NC | ||
NC | 5 | MISO | SCL | 12 | SCL | I2C clock | |
NC | 6 | MOSI | SDA | 11 | SDA | I2C data | |
Power supply | +3.3V | 7 | 3.3V | 5V | 10 | +5V | Power supply |
Ground | GND | 8 | GND | GND | 9 | GND | Ground |
JUMPERS AND SETTINGS
Designator | Name | Default Position | Default Option | Description |
---|---|---|---|---|
JP1 | PWR.SEL. | Left | 3V3 | Power Supply Voltage Selection 3V3/5V, left position 3V3, right position 5V |
JP2 | ADDR. 1 | Left | 0 | The last two bits of the I2C address |
JP2 | ADDR. 2 | Left | 0 | The last two bits of the I2C address |
Software Support
Code examples for the 16x12 G Click Board™, written for MikroElektronika hardware and compilers are available on Libstock.
CODE SNIPPET
The following code snippet shows the default initialization procedure for the 16x12 G Click Board™.
01 IS31FL3733_init( &instance, _IS31FL3733_GND_ADDR, _IS31FL3733_GND_ADDR, 02 I2C2_Start, I2C2_Stop, I2C2_Write, I2C2_Read ); 03 IS31FL3733_setGCC( &instance, 64 ); 04 // PWM control mode (default) 05 for( i = 0; i < _IS31FL3733_CS; ++i ) 06 { 07 // Set PWM values for all LEDs at i-th row to 55/255 level. 08 IS31FL3733_setLEDPWM ( &instance, i, _IS31FL3733_SW, 55 ); 09 // Turn on selected LEDs. 10 IS31FL3733_setLEDState ( &instance, i, _IS31FL3733_SW, 11 _IS31FL3733_LED_STATE_ON ); 12 } 13 // Clear the matrix 14 IS31FL3733_clearMatrix( &instance );
Software Support
Code examples for the 16x12 G Click Board™, written for MikroElektronika hardware and compilers are available on Libstock.
CODE SNIPPET
The following code snippet shows the default initialization procedure for the 16x12 G Click Board™.
01 IS31FL3733_init( &instance, _IS31FL3733_GND_ADDR, _IS31FL3733_GND_ADDR, 02 I2C2_Start, I2C2_Stop, I2C2_Write, I2C2_Read ); 03 IS31FL3733_setGCC( &instance, 64 ); 04 // PWM control mode (default) 05 for( i = 0; i < _IS31FL3733_CS; ++i ) 06 { 07 // Set PWM values for all LEDs at i-th row to 55/255 level. 08 IS31FL3733_setLEDPWM ( &instance, i, _IS31FL3733_SW, 55 ); 09 // Turn on selected LEDs. 10 IS31FL3733_setLEDState ( &instance, i, _IS31FL3733_SW, 11 _IS31FL3733_LED_STATE_ON ); 12 } 13 // Clear the matrix 14 IS31FL3733_clearMatrix( &instance );
16x12 G Click-Platine
Frequently Asked Questions
Have a Question?
Be the first to ask a question about this.