C42412A LCD Glass component example for SAM.
Copyright (c) 2014-2018 Microchip Technology Inc. and its subsidiaries.
#include <asf.h>
#include <string.h>
Functions | |
static void | configure_console (void) |
Configure serial console. More... | |
static void | display_menu (void) |
Display the user menu on the terminal. More... | |
int | main (void) |
main function : do init and loop More... | |
|
static |
Configure serial console.
References uart_rs232_options::baudrate, and stdio_serial_init().
Referenced by main().
|
static |
Display the user menu on the terminal.
Referenced by main().
int main | ( | void | ) |
main function : do init and loop
References board_init(), BOARD_NAME, C42412A_BATTERY_TWO, c42412a_blink_icon_start(), c42412a_blink_icon_stop(), c42412a_clear_all(), c42412a_clear_icon(), c42412a_clear_numeric_dec(), c42412a_clear_text(), C42412A_ICON_AM, C42412A_ICON_ATMEL, C42412A_ICON_COLON, C42412A_ICON_MINUS, C42412A_ICON_MINUS_SEG1, C42412A_ICON_MINUS_SEG2, c42412a_init(), c42412a_show_all(), c42412a_show_battery(), c42412a_show_icon(), c42412a_show_numeric_dec(), c42412a_show_text(), c42412a_show_wireless(), c42412a_text_scrolling_start(), c42412a_text_scrolling_stop(), C42412A_WIRELESS_TWO, configure_console(), display_menu(), ioport_set_pin_level(), status, STATUS_OK, and sysclk_init().