frameline GW: update docs

This commit is contained in:
morgan 2025-01-16 12:35:23 +08:00
parent 249bcb4900
commit c6819ada5a

View File

@ -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)