lv_opengles_window.h
API reference for lv_opengles_window.h
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)| Name | Type | Description |
|---|---|---|
texture | lv_opengles_window_texture_t * | handle of an OpenGL window texture |
x | int32_t | new 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)| Name | Type | Description |
|---|---|---|
texture | lv_opengles_window_texture_t * | handle of an OpenGL window texture |
y | int32_t | new 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)| Name | Type | Description |
|---|---|---|
texture | lv_opengles_window_texture_t * | handle of an OpenGL window texture |
opa | lv_opa_t | new opacity of the texture |
Dependencies
How is this guide?
Last updated on