oledswitch 2.0.0.0
|
OledSwitch Click example. More...
Functions | |
void | application_init () |
void | application_task () |
int | main (void) |
OledSwitch Click example.
This example showcases how to configure and use the OLED Switch click. This click is a combination of a button and a full color organic LED display. Displays settings are first loaded onto the chip and after that you can show any 64x48 pixel image on the display.
The demo application is composed of two sections :
This function initializes and configures the click modules. In order for the click to work properly, you need to configure display and power settings. The full initialization of the chip is done in the default_cfg(...) function.
This function shows the user how to display images on the OLED screen. Every image you'd like to display needs to have a resolution of 64x48 and be stored in a 6144 cell array.
void application_init | ( | ) |
void application_task | ( | ) |
int main | ( | void | ) |