TOP Contributors

  1. MIKROE (2762 codes)
  2. Alcides Ramos (374 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (118 codes)
  5. Bugz Bensce (91 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 (139266 times)
  2. FAT32 Library (71754 times)
  3. Network Ethernet Library (57128 times)
  4. USB Device Library (47432 times)
  5. Network WiFi Library (43092 times)
  6. FT800 Library (42408 times)
  7. GSM click (29835 times)
  8. mikroSDK (28101 times)
  9. PID Library (26886 times)
  10. microSD click (26198 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: 1169 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

Proximity click

0

Simple demonstration of using VCNL4010 Proximity sensor chip. Example will detect if there is close object to the sensor. It will detect close objects up to 20cm. Also it has light photo pin diode, which will allow user to measure ambient light value.

[Learn More]

Tamper Click

0

Tamper Click is equipped with SDS001, a low profile side-actuated detect switch, made by C&K company. This is a high-quality, low-current detection switch, which is designed in a form of a push button. The switch itself is very small - only 2mm of switch overtravel length, which coupled with its low actuation force, makes it ideal for using it as a contact detector in various applications - consumer electronics devices, medical devices, smart card detection and similar applications.

[Learn More]

3D Hall 6 Click

0

3D Hall 6 Click is a very accurate, magnetic field sensing Click board™, used to measure the intensity of the magnetic field across three perpendicular axes.

[Learn More]