BSP files for STM32H747I-Discovery Copy from ST Cube delivery

Dependents:   DISCO_H747I_LCD_demo DISCO_H747I_AUDIO_demo

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 181 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 195 of file otm8009a.c.