lv_linux_fbdev.h

API reference for lv_linux_fbdev.h

Report on GitHub
Summary

Functions

lv_linux_fbdev_set_file

 
lv_result_t lv_linux_fbdev_set_file(lv_display_t *disp, const char *file)
Parameters
NameType
displv_display_t *
fileconst char *

lv_linux_fbdev_set_force_refresh

Force the display to be refreshed on every change. Expected to be used with LV_DISPLAY_RENDER_MODE_DIRECT or LV_DISPLAY_RENDER_MODE_FULL.

 
void lv_linux_fbdev_set_force_refresh(lv_display_t *disp, bool enabled)
Parameters
NameType
displv_display_t *
enabledbool

Dependencies

How is this guide?

Last updated on

On this page