Lines Matching +full:tft +full:- +full:lcd
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * Copyright (c) 2004 Arnaud Patard <arnaud.patard@rtp-net.org>
21 /* LCD description */
23 /* LCD type */
47 unsigned short left_margin; /* value in pixels (TFT) or HCLKs (STN) */
48 unsigned short right_margin; /* value in pixels (TFT) or HCLKs (STN) */
49 unsigned short hsync_len; /* value in pixels (TFT) or HCLKs (STN) */
50 unsigned short upper_margin; /* value in lines (TFT) or 0 (STN) */
51 unsigned short lower_margin; /* value in lines (TFT) or 0 (STN) */
52 unsigned short vsync_len; /* value in lines (TFT) or 0 (STN) */
54 /* lcd configuration registers */