mirror of
https://github.com/lupyuen/pinephone-nuttx.git
synced 2025-01-13 05:08:32 +08:00
Clean up DE Render
This commit is contained in:
parent
332a947e86
commit
9b30de5571
1 changed files with 5 additions and 0 deletions
|
@ -497,6 +497,11 @@ fn initUiChannel(
|
|||
else => unreachable,
|
||||
} << 8; // Bits 8 to 12
|
||||
|
||||
// LAY_ALPHA_MODE (Bits 1 to 2) = 2
|
||||
// (Global Alpha is mixed with Pixel Alpha)
|
||||
// (Input Alpha Value = Global Alpha Value * Pixel’s Alpha Value)
|
||||
// LAY_EN (Bit 0) = 1 (Enable Layer)
|
||||
|
||||
_ = LAY_GLBALPHA;
|
||||
_ = LAY_FBFMT;
|
||||
|
||||
|
|
Loading…
Reference in a new issue