i2c_oled sample
sh1107_panel_t
is only used within i2c_oled sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i2c_oled sample
sh1107_panel_t
sh1107_panel_t struct
Syntax
Show:
Summary
Declaration
from
esp_lcd_sh1107.c:41
typedef
struct
{
esp_lcd_panel_t
base
;
esp_lcd_panel_io_handle_t
io
;
int
reset_gpio_num
;
bool
reset_level
;
int
x_gap
;
int
y_gap
;
unsigned
int
bits_per_pixel
;
bool
swap_axes
;
}
sh1107_panel_t
;
Fields
Field
Declared as
sh1107_panel_t::base
esp_lcd_panel_t
sh1107_panel_t::io
esp_lcd_panel_io_handle_t
sh1107_panel_t::reset_gpio_num
int
sh1107_panel_t::reset_level
bool
sh1107_panel_t::x_gap
int
sh1107_panel_t::y_gap
int
sh1107_panel_t::bits_per_pixel
unsigned
int
sh1107_panel_t::swap_axes
bool
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out