11#include <lvgl_input_device.h>
12#include <zephyr/drivers/adc.h>
13#include <zephyr/drivers/display.h>
14#include <zephyr/devicetree.h>
32#define BT_MENU "books"
context_t
UI context definition.
Definition context.h:22
int zereader_initialize_peripherals()
Initialize UI related peripherals defined in the device tree.
void zereader_setup_control_buttons(context_t *context)
Setup and configure the control buttons.
void zereader_clean_page()
Clean out the page contents.
void zereader_display_blanking_off()
Turn off display blanking.
void zereader_print_current_page()
Show the current page.
void zereader_setup_page()
Setup the page UI elements.
void zereader_clean_logo()
Clean out the logo.
void zereader_setup_statusbar()
Setup and configure the status bar.
void zereader_show_logo()
Show the configured logo.