MIKROE-2520

Programming
The Library provide access to the function registers of the driver, and basic graphic manipulation
of each frame.
Codesnippet
The code snippet shows how to draw one frame and display it.
01 void main()
02 {
03 system_init();
04
05 // Hardware power on.
06 click_16x9_shutdown_hw(false);
07 // Software shutdown mode.
08 click_16x9_shutdown_sw(true);
09
10 // Turn on all LED's in frame 1, and draw circle.
11 click_16x9_begin_frame(FRAME_1);
12 {
13 click_16x9_control_all(CTRL_LED, true);
14 click_16x9_fill_screen(0x00);
15 click_16x9_circle(x, y, radius, pwm);
16 }
17 click_16x9_end_frame();
18
19 // Display frame 1.
20 click_16x9_func_reg(REG_PICTURE_DISPLAY, 0);
21
22 // Software normal operation mode.
23 click_16x9_shutdown_sw(false);
24
25 while (1);
26 }
https://shop.mikroe.com/click/display/16x9-g 2/24/2017

MIKROE-2520

Mfr. #:
Manufacturer:
Mikroe
Description:
LED Lighting Development Tools 16x9 G click
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet