3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 10:15:54 +00:00
Scare Crowe d2ebfd0519 QortalOS Titan 5.60.12
Screw the description like that inbred T3Q
2022-03-05 21:17:59 +05:00

12 lines
238 B
C

#ifndef __DT_BINDINGS_VIDEO_RK3288_H__
#define __DT_BINDINGS_VIDEO_RK3288_H__
#define LVDS_OUTPUT_RGB 0
#define LVDS_OUTPUT_SINGLE 1
#define LVDS_OUTPUT_DUAL 2
#define LVDS_FORMAT_VESA 0
#define LVDS_FORMAT_JEIDA 1
#endif