STM32Cube BSP FW for STM32F769I-Discovery

Dependents:   mbed-os-example-blinky-5 DISCO-F769NI_TOUCHSCREEN_demo_custom_1 Datarecorder2 DISCO-F769NI_TOUCHSCREEN_demo ... more

Embed: (wiki syntax)

« Back to documentation index

OTM8009A Exported Functions

OTM8009A Exported Functions
[OTM8009A]

Functions

__weak void DSI_IO_WriteCmd (uint32_t NbrParams, uint8_t *pParams)
 DSI IO write short/long command.
uint8_t OTM8009A_Init (uint32_t ColorCoding, uint32_t orientation)
 Initializes the LCD KoD display part by communication in DSI mode in Video Mode with IC Display Driver OTM8009A (see IC Driver specification for more information).

Function Documentation

__weak void DSI_IO_WriteCmd ( uint32_t  NbrParams,
uint8_t *  pParams 
)

DSI IO write short/long command.

Note:
: Can be surcharged by application code implementation of the function.

Definition at line 179 of file otm8009a.c.

uint8_t OTM8009A_Init ( uint32_t  ColorCoding,
uint32_t  orientation 
)

Initializes the LCD KoD display part by communication in DSI mode in Video Mode with IC Display Driver OTM8009A (see IC Driver specification for more information).

Parameters:
hdsi_eval: pointer on DSI configuration structure
hdsivideo_handle: pointer on DSI video mode configuration structure
Return values:
Status

CABC : Content Adaptive Backlight Control section start >>

CABC : Content Adaptive Backlight Control section end <<

Definition at line 193 of file otm8009a.c.