struct
Defined at line 513 of file ../../src/graphics/display/drivers/amlogic-display/encoder-regs.h
The horizontal period is `pixels_minus_one + 1` pixels.
ENCP horizontal pixel registers must be set to values within the range
[0..pixels_minus_one].
For a horizontal range of pixels [start..end]:
- If start
<
= end, the pixels are within the same line.
- If start > end, the pixels [start..pixels_minus_one] are
on one line, while pixels [0..end] are rolled over to the next line.
It's preferred to use `pixels()` and `set_pixels()` helper methods.
Public Members
Field field