STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Functions
OTM8009A Exported Functions

Functions

__weak void DSI_IO_WriteCmd (uint32_t NbrParams, uint8_t *pParams)
 DSI IO write short/long command. More...
 
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). More...
 

Detailed Description

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 180 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 194 of file otm8009a.c.