LVDS-Codec

所属分类:流媒体/Mpeg4/MP4
开发工具:C
文件大小:16KB
下载次数:0
上传日期:2020-12-11 08:21:48
上 传 者sh-1993
说明:  LVDS编解码器,,
(LVDS-Codec,,)

文件列表:
LICENSE (35149, 2020-12-11)
lvds.bash (1063, 2020-12-11)
lvds.h (8271, 2020-12-11)
main.c (4907, 2020-12-11)

# LVDS Codec This binary is used to quickly translate a LVDS frame into coressponding registers and reciprocally. ## How to build To compile the C part of the source code (which is the only reliable source code on this repo), just using GNU C Compiler is a solution since there is only two files. ``` gcc -static -DDSKW_TOGGLE main.c -o lvds ``` "-static" flag is optional, it is only required to be free from dependencies. ## How to use Registers must be specified in hexadecimal with capital letters and a 8 padding to the left, otherwise it will not work. ``` ./lvds lsbregister msbregister ``` Example : ``` ./lvds 0x000FFFDE 0x00007BDF ```

近期下载者

相关文件


收藏者