Skip to content
Commit 3ce3b168 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

stm32: Add interface description for ltdc controller. This defines the...


stm32: Add interface description for ltdc controller.  This defines the interface to perform hardware accelerated layer operation by the ltdc controller.

The following methods must be supported by the implementation:

- gevideoinfo
- getplaneinfo
- getlid
- setclut
- getclut
- setcolor
- getcolor
- setcolorkey
- getcolorkey
- setalpha
- getalpha
- setblendmode
- getblendmode
- setarea
- getarea
- update

And if DMA2D is supported:

- blit
- blend

The method up_ltdcgetlayer provides access to a reference of a specific ltdc
layer.

Signed-off-by: default avatarMarco Krahl <ocram.lhark@gmail.com>
parent 10934fb6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment