TOP Contributors

  1. MIKROE (2659 codes)
  2. Alcides Ramos (356 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136993 times)
  2. FAT32 Library (70109 times)
  3. Network Ethernet Library (56026 times)
  4. USB Device Library (46347 times)
  5. Network WiFi Library (41962 times)
  6. FT800 Library (41280 times)
  7. GSM click (29051 times)
  8. mikroSDK (26489 times)
  9. PID Library (26447 times)
  10. microSD click (25413 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
mikroSDK Library

10x10 RGB click

Rating:

5

Author: MIKROE

Last Updated: 2020-06-05

Package Version: 1.0.0.0

mikroSDK Library: 1.0.0.0

Category: Optical

Downloaded: 981 times

Not followed.

License: MIT license  

10x10 RGB Click is a matrix of 100 &quot;intelligent&quot; RGB elements, forming a 10x10 display screen. These LED elements feature internal logic, which allows them to communicate directly with the MCU.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "10x10 RGB click" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "10x10 RGB click" changes.

Do you want to report abuse regarding "10x10 RGB click".

  • mikroSDK Library 2.0.0.0
  • Comments (0)

mikroSDK Library Blog

10x10 RGB click

10x10 RGB click

Native view of the 10x10 RGB click board.

View full image
10x10 RGB click

10x10 RGB click

Front and back view of the 10x10 RGB click board.

View full image

Library Description

Library contains function for show Image, Byte and String and one demo (rainbow).

Key functions:

  • void c10x10rgb_setup( void (*logic_one)( void ), void (*logic_zero)( void ) ) - Setup function
  • void c10x10rgb_demo_rainbow ( uint8_t brightness, uint16_t wait_ms ) - Demo rainbow
  • void c10x10rgb_display_string ( c10x10rgb_byte_t *data_obj, uint8_t len, uint16_t speed_ms ) - Function for shows string

Examples description

The application is composed of three sections :

  • System Initialization - Initializes all necessary GPIO pins
  • Application Initialization - Initializes driver inti and setup module
  • Application Task - Shows one byte, then scrolls the string, image and rainbow demo.
void application_task ( )
{
    c10x10rgb_display_byte ( &rgb_data_byte[ 0 ] );
    Delay_ms( 1000 );
    c10x10rgb_display_byte ( &rgb_data_byte[ 1 ] );
    Delay_ms( 1000 );
    c10x10rgb_display_byte ( &rgb_data_byte[ 2 ] );
    Delay_ms( 2000 );
    
    c10x10rgb_display_string( &scroll_data_obj, scroll_data_len, scroll_speed_ms );
    Delay_ms( 1000 );
    c10x10rgb_display_image( &MIKROE_IMAGE[ 0 ] );
    Delay_ms( 3000 );
    c10x10rgb_demo_rainbow( rainbow_brightness, rainbow_speed_ms );
    Delay_ms( 1000 );
}


Other mikroE Libraries used in the example:

  • GPIO

Additional notes and informations

Depending on the development board you are using, you may need USB UART clickUSB UART 2 click or RS232 click to connect to your PC, for development systems with no UART to USB interface available on the board. The terminal available in all MikroElektronika compilers, or any other terminal application of your choice, can be used to read the message.

ALSO FROM THIS AUTHOR

8x8 R click

5

8x8 clicks are 8x8 LED matrix displays in form of add-on boards in mikroBUS form factor. Boards feature MAX7219 8-digit LED display driver module as well as 64 LED diodes.

[Learn More]

GNSS MAX click

0

GNSS MAX Click is a compact add-on board that provides fast positioning capability. This board features the MAX-M10S, an ultra-low-power GNSS receiver for high-performance asset-tracking from u-blox. The MAX-M10S supports the concurrent reception of four GNSS (GPS, GLONASS, Galileo, and BeiDou), which maximizes the position availability, particularly under challenging conditions such as in deep urban canyons. It is built on the u-blox M10 GNSS platform, which provides exceptional sensitivity and acquisition times for all L1 GNSS systems. It also comes with a configurable host interface, and advanced jamming and spoofing detection.

[Learn More]

Thermo 30 click

0

Thermo 30 Click is a compact add-on board that accurately measures temperature. This board features the STS32-DIS-10KS, a third-generation, high-reliability, certified digital temperature sensor from Sensirion. It is a digitally calibrated and ISO17025-certified temperature sensor with an operating temperature range of -40 to 125°C.

[Learn More]