forked from M-Labs/artiq-zynq
frameline GW: update docs
This commit is contained in:
parent
249bcb4900
commit
c6819ada5a
@ -706,9 +706,10 @@ class Pixel_Parser(Module):
|
|||||||
Convert the raw frame data into pixel data
|
Convert the raw frame data into pixel data
|
||||||
|
|
||||||
Currently only support:
|
Currently only support:
|
||||||
Pixel format: mono8, mono10, mono12, mono14, mono16
|
- Pixel format: mono8, mono10, mono12, mono14, mono16
|
||||||
Tap geometry: 1X-1Y
|
- Tap geometry: 1X-1Y
|
||||||
Scaning mode: area scanning
|
- Scaning mode: area scanning
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def __init__(self, res_width):
|
def __init__(self, res_width):
|
||||||
self.l_size = Signal(3*char_width)
|
self.l_size = Signal(3*char_width)
|
||||||
|
Loading…
Reference in New Issue
Block a user