lv_opengles_window.h

API reference for lv_opengles_window.h

Report on GitHub
Summary

Functions

lv_opengles_window_texture_set_x

Set the x position of a texture within its OpenGL window

 
void lv_opengles_window_texture_set_x(lv_opengles_window_texture_t *texture, int32_t x)
Parameters
NameTypeDescription
texturelv_opengles_window_texture_t *handle of an OpenGL window texture
xint32_tnew x position of the texture

lv_opengles_window_texture_set_y

Set the y position of a texture within its OpenGL window

 
void lv_opengles_window_texture_set_y(lv_opengles_window_texture_t *texture, int32_t y)
Parameters
NameTypeDescription
texturelv_opengles_window_texture_t *handle of an OpenGL window texture
yint32_tnew y position of the texture

lv_opengles_window_texture_set_opa

Set the opacity of a texture in an OpenGL window

 
void lv_opengles_window_texture_set_opa(lv_opengles_window_texture_t *texture, lv_opa_t opa)
Parameters
NameTypeDescription
texturelv_opengles_window_texture_t *handle of an OpenGL window texture
opalv_opa_tnew opacity of the texture

Dependencies

Indirect dependencies

How is this guide?

Last updated on

On this page