|
void | ltdc_set_tft_sync_timings (uint16_t sync_width, uint16_t sync_height, uint16_t h_back_porch, uint16_t v_back_porch, uint16_t active_width, uint16_t active_height, uint16_t h_front_porch, uint16_t v_front_porch) |
| more complicated helper functions More...
|
|
void | ltdc_setup_windowing (uint8_t layer_number, uint16_t h_back_porch, uint16_t v_back_porch, uint16_t h_sync, uint16_t v_sync, uint16_t width, uint16_t height) |
| LTDC Windowing Setup. More...
|
|
- Version
- 1.0.0
- Author
- © 2014 Oliver Meier h2obr.nosp@m.ain@.nosp@m.gmail.nosp@m..com
- Date
- 5 December 2014
This library supports the LCD controller (LTDC) in the STM32F4xx and STM32F7xx series of ARM Cortex Microcontrollers by ST Microelectronics.
LGPL License Terms libopencm3 License
◆ ltdc_set_tft_sync_timings()
void ltdc_set_tft_sync_timings |
( |
uint16_t |
sync_width, |
|
|
uint16_t |
sync_height, |
|
|
uint16_t |
h_back_porch, |
|
|
uint16_t |
v_back_porch, |
|
|
uint16_t |
active_width, |
|
|
uint16_t |
active_height, |
|
|
uint16_t |
h_front_porch, |
|
|
uint16_t |
v_front_porch |
|
) |
| |
◆ ltdc_setup_windowing()
void ltdc_setup_windowing |
( |
uint8_t |
layer_number, |
|
|
uint16_t |
h_back_porch, |
|
|
uint16_t |
v_back_porch, |
|
|
uint16_t |
h_sync, |
|
|
uint16_t |
v_sync, |
|
|
uint16_t |
width, |
|
|
uint16_t |
height |
|
) |
| |