<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[D1移植讯为7寸MIPI屏]]></title><description><![CDATA[<h1>1、修改驱动源码</h1>
<blockquote>
<p dir="auto">内核源码驱动路径：tina-d1-open/lichee/linux-5.4/drivers/video/fbdev/sunxi/disp2/disp/lcd<br />
uboot源码驱动路径：tina-d1-open/lichee/brandy-2.0/u-boot-2018/drivers/video/sunxi/disp2/disp/lcd<br />
因为驱动框架是一样的，我们只需要修改屏幕初始化参数就可以了。这里我修改的就是tft08006.c文件</p>
</blockquote>
<p dir="auto">修改内核源码</p>
<pre><code class="language-c">static void lcd_power_off(u32 sel)
@@ -189,225 +191,69 @@ static void lcd_bl_close(u32 sel)
 struct LCM_setting_table {
        u8 cmd;
        u32 count;
-       u8 para_list[32];
+       u8 para_list[64];
 };
 
 static struct LCM_setting_table lcm_tft08006_setting[] = {
-       {0xFF, 3, {0x98, 0x81, 0x03} },
-       {0x01, 1, {0x00} },
-       {0x02, 1, {0x00} },
-       {0x03, 1, {0x53} },
-       {0x04, 1, {0x53} },
-       {0x05, 1, {0x13} },
-       {0x06, 1, {0x04} },
-       {0x07, 1, {0x02} },
-       {0x08, 1, {0x02} },
-       {0x09, 1, {0x00} },
-       {0x0a, 1, {0x00} },
- 			……
-       {0x11, 0, {} },
-       {REGFLAG_DELAY, REGFLAG_DELAY, {120} },
-
-       {0x29, 0, {} },
-       {REGFLAG_DELAY, REGFLAG_DELAY, {120} },
-
-       {REGFLAG_END_OF_TABLE, REGFLAG_END_OF_TABLE, {} }

+       {0xE0, 2, {0xAB, 0xBA} },
+       {0xE1, 2, {0xBA, 0xAB} },
+       {0xB0, 1, {0x00} },
+       {0xB1, 4, {0x10, 0x01, 0x47, 0xFF} },
+       {0xB2, 6, {0x0C, 0x0E, 0x04, 0x14, 0x14, 0x14} },
+       {0xB3, 3, {0x56, 0xD3, 0x00} },
+       {0xB4, 3, {0x22, 0x30, 0x04} },
+       {0xB5, 1, {0x00} },
+       {0xB6, 7, {0xB0, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00} },
+       {0xB7, 8, {0x0E, 0x00, 0xFF, 0x08, 0x08, 0xFF, 0xFF, 0x00} },
+       {0xB8, 7, {0x05, 0x12, 0x29, 0x49, 0x48, 0x00, 0x00} },
+       {0xB9, 38, {0x4D, 0x42, 0x38, 0x31, 0x33, 0x27, 0x2F, 0x1B, 0x36, 0x35, 0x35, 0x53, 0x41, 0x49, 0x3D, 0x3D, 0x33, 0x29, 0x26, 0x4C, 0x42, 0x39, 0x31, 0x33, 0x27, 0x2F, 0x1B, 0x36, 0x35, 0x35, 0x53, 0x41, 0x49, 0x3D, 0x3D, 0x33, 0x29, 0x26} },
+       {0xBA, 8, {0x00, 0x00, 0x00, 0x44, 0x24, 0x00, 0x00, 0x00} },
+       {0xBB, 3, {0x76, 0x00, 0x00} },
+       {0xBC, 2, {0x00, 0x00} },
+       {0xBD, 5, {0xFF, 0x00, 0x00, 0x00, 0x00} },
+       {0xBE, 1, {0x00} },
+       {0xC0, 16, {0x98, 0x76, 0x12, 0x34, 0x33, 0x33, 0x44, 0x44, 0x06, 0x04, 0x8A, 0x04, 0x0F, 0x00, 0x00, 0x00} },
+    {0xC1, 10, {0x53, 0x94, 0x02, 0x85, 0x06, 0x04, 0x8A, 0x04, 0x54, 0x00} },
+       {0xC2, 12, {0x37, 0x09, 0x08, 0x89, 0x08, 0x10, 0x22, 0x21, 0x44, 0xBB, 0x18, 0x00} },
+ +       {0xC3, 22, {0x9C, 0x1D, 0x1E, 0x1F, 0x10, 0x12, 0x0C, 0x0E, 0x05, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x07, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24} },
+       {0xC4, 22, {0x1C, 0x1D, 0x1E, 0x1F, 0x11, 0x13, 0x0D, 0x0F, 0x04, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x06, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24} },
+       {0xC5, 3, {0xE8, 0x85, 0x76} },
+       {0xC6, 2, {0x20, 0x20} },
+       {0xC7, 22, {0x41, 0x01, 0x0D, 0x11, 0x09, 0x15, 0x19, 0x4F, 0x10, 0xD7, 0xCF, 0x19, 0x1B, 0x1D, 0x03, 0x02, 0x25, 0x30, 0x00, 0x03, 0xFF, 0x00} },
+       {0xC8, 6, {0x61, 0x00, 0x31, 0x42, 0x54, 0x16} },
+       {0xC9, 5, {0xA1, 0x22, 0xFF, 0xCD, 0x23} },
+       {0xCA, 2, {0x4B, 0x43} },
+       {0xCC, 4, {0x2E, 0x02, 0x04, 0x08} },
+       {0xCD, 8, {0x0E, 0x64, 0x64, 0x20, 0x1E, 0x6B, 0x06, 0x83} },
+       {0xD0, 3, {0x27, 0x10, 0x80} },
+       {0xD1, 4, {0x00, 0x0D, 0xFF, 0x0F} },
+       {0xD2, 4, {0xE3, 0x2B, 0x38, 0x00} },
+       {0xD4, 11,{0x00, 0x01, 0x00, 0x0E, 0x04, 0x44, 0x08, 0x10, 0x00, 0x07, 0x00} },
+       {0xD5, 1, {0x00} },
+       {0xD6, 2, {0x00, 0x00} },
+       {0xD7, 4, {0x00, 0x00, 0x00, 0x00} },
+       {0xE4, 3, {0x08, 0x55, 0x03} },
+       {0xE6, 8, {0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF} },
+       {0xE7, 3, {0x00, 0x00, 0x00} },
+ +       {0xE8, 7, {0xD5, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00} },
+       {0xE9, 1, {0xFF} },
+       {0xF0, 5, {0x12, 0x03, 0x20, 0x00, 0xFF} },
+       {0xF1, 26, {0xA6, 0xC8, 0xEA, 0xE6, 0xE4, 0xCC, 0xE4, 0xBE, 0xF0, 0xB2, 0xAA, 0xC7, 0xFF, 0x66, 0x98, 0xE3, 0x87, 0xC8, 0x99, 0xC8, 0x8C, 0xBE, 0x96, 0x91, 0x8F, 0xFF} },
+       {0xF3, 1, {0x03} },
+       {0xF4, 26, {0xFF, 0xFE, 0xFC, 0xFA, 0xF8, 0xF4, 0xF0, 0xE8, 0xE0, 0xD0, 0xC0, 0xA0, 0x80, 0x7F, 0x5F, 0x3F, 0x2F, 0x1F, 0x17, 0x0F,0x0B, 0x07, 0x05, 0x03, 0x01, 0x00} },
+       {0xF5, 26, {0xFF, 0xFE, 0xFC, 0xFA, 0xF8, 0xF4, 0xF0, 0xE8, 0xE0, 0xD0, 0xC0, 0xA0, 0x80, 0x7F, 0x5F, 0x3F, 0x2F, 0x1F, 0x17, 0x0F,0x0B, 0x07, 0x05, 0x03, 0x01, 0x00} },
+       {0xF6, 26, {0xFF, 0xFE, 0xFC, 0xFA, 0xF8, 0xF4, 0xF0, 0xE8, 0xE0, 0xD0, 0xC0, 0xA0, 0x80, 0x7F, 0x5F, 0x3F, 0x2F, 0x1F, 0x17, 0x0F,0x0B, 0x07, 0x05, 0x03, 0x01, 0x00} },
+       {0xF7, 7, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} },
+       {0xF8, 7, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} },
+       {0xF9, 7, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} },
+       {0xFA, 25, {0x00, 0x84, 0x12, 0x21, 0x48, 0x48, 0x21, 0x12, 0x84, 0x69, 0x69, 0x5A, 0xA5, 0x96, 0x96, 0xA5, 0x5A, 0xB7, 0xDE, 0xED, 0x7B, 0x7B, 0xED, 0xDE, 0xB7} },
+       {0xFB, 23, {0x00, 0x12, 0x0F, 0xFF, 0xFF, 0xFF, 0x00, 0x38, 0x40, 0x08, 0x70, 0x0B, 0x40, 0x19, 0x50, 0x21, 0xC0, 0x27, 0x60, 0x2D, 0x00, 0x00, 0x0F} },
+       {0xE3, 2, {0x20, 0x21} },
+       {0x11, 0, {0x00} },
+       {REGFLAG_DELAY, REGFLAG_DELAY, {200}},
+    {0x29, 0, {0x00} },
+ +       {REGFLAG_DELAY, REGFLAG_DELAY, {20}},
+       {REGFLAG_END_OF_TABLE, REGFLAG_END_OF_TABLE, {}}


</code></pre>
<p dir="auto">修改uboot源码</p>
<pre><code class="language-c">static void lcd_power_off(u32 sel)
@@ -189,225 +191,69 @@ static void lcd_bl_close(u32 sel)
 struct LCM_setting_table {
        u8 cmd;
        u32 count;
-       u8 para_list[32];
+       u8 para_list[64];
 };
 
 static struct LCM_setting_table lcm_tft08006_setting[] = {
-       {0xFF, 3, {0x98, 0x81, 0x03} },
-       {0x01, 1, {0x00} },
-       {0x02, 1, {0x00} },
-       {0x03, 1, {0x53} },
-       {0x04, 1, {0x53} },
-       {0x05, 1, {0x13} },
-       {0x06, 1, {0x04} },
-       {0x07, 1, {0x02} },
-       {0x08, 1, {0x02} },
-       {0x09, 1, {0x00} },
-       {0x0a, 1, {0x00} },
- 			……
-       {0x11, 0, {} },
-       {REGFLAG_DELAY, REGFLAG_DELAY, {120} },
-
-       {0x29, 0, {} },
-       {REGFLAG_DELAY, REGFLAG_DELAY, {120} },
-
-       {REGFLAG_END_OF_TABLE, REGFLAG_END_OF_TABLE, {} }

+       {0xE0, 2, {0xAB, 0xBA} },
+       {0xE1, 2, {0xBA, 0xAB} },
+       {0xB0, 1, {0x00} },
+       {0xB1, 4, {0x10, 0x01, 0x47, 0xFF} },
+       {0xB2, 6, {0x0C, 0x0E, 0x04, 0x14, 0x14, 0x14} },
+       {0xB3, 3, {0x56, 0xD3, 0x00} },
+       {0xB4, 3, {0x22, 0x30, 0x04} },
+       {0xB5, 1, {0x00} },
+       {0xB6, 7, {0xB0, 0x00, 0x00, 0x10, 0x00, 0x10, 0x00} },
+       {0xB7, 8, {0x0E, 0x00, 0xFF, 0x08, 0x08, 0xFF, 0xFF, 0x00} },
+       {0xB8, 7, {0x05, 0x12, 0x29, 0x49, 0x48, 0x00, 0x00} },
+       {0xB9, 38, {0x4D, 0x42, 0x38, 0x31, 0x33, 0x27, 0x2F, 0x1B, 0x36, 0x35, 0x35, 0x53, 0x41, 0x49, 0x3D, 0x3D, 0x33, 0x29, 0x26, 0x4C, 0x42, 0x39, 0x31, 0x33, 0x27, 0x2F, 0x1B, 0x36, 0x35, 0x35, 0x53, 0x41, 0x49, 0x3D, 0x3D, 0x33, 0x29, 0x26} },
+       {0xBA, 8, {0x00, 0x00, 0x00, 0x44, 0x24, 0x00, 0x00, 0x00} },
+       {0xBB, 3, {0x76, 0x00, 0x00} },
+       {0xBC, 2, {0x00, 0x00} },
+       {0xBD, 5, {0xFF, 0x00, 0x00, 0x00, 0x00} },
+       {0xBE, 1, {0x00} },
+       {0xC0, 16, {0x98, 0x76, 0x12, 0x34, 0x33, 0x33, 0x44, 0x44, 0x06, 0x04, 0x8A, 0x04, 0x0F, 0x00, 0x00, 0x00} },
+    {0xC1, 10, {0x53, 0x94, 0x02, 0x85, 0x06, 0x04, 0x8A, 0x04, 0x54, 0x00} },
+       {0xC2, 12, {0x37, 0x09, 0x08, 0x89, 0x08, 0x10, 0x22, 0x21, 0x44, 0xBB, 0x18, 0x00} },
+ +       {0xC3, 22, {0x9C, 0x1D, 0x1E, 0x1F, 0x10, 0x12, 0x0C, 0x0E, 0x05, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x07, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24} },
+       {0xC4, 22, {0x1C, 0x1D, 0x1E, 0x1F, 0x11, 0x13, 0x0D, 0x0F, 0x04, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24, 0x06, 0x24, 0x24, 0x24, 0x24, 0x24, 0x24} },
+       {0xC5, 3, {0xE8, 0x85, 0x76} },
+       {0xC6, 2, {0x20, 0x20} },
+       {0xC7, 22, {0x41, 0x01, 0x0D, 0x11, 0x09, 0x15, 0x19, 0x4F, 0x10, 0xD7, 0xCF, 0x19, 0x1B, 0x1D, 0x03, 0x02, 0x25, 0x30, 0x00, 0x03, 0xFF, 0x00} },
+       {0xC8, 6, {0x61, 0x00, 0x31, 0x42, 0x54, 0x16} },
+       {0xC9, 5, {0xA1, 0x22, 0xFF, 0xCD, 0x23} },
+       {0xCA, 2, {0x4B, 0x43} },
+       {0xCC, 4, {0x2E, 0x02, 0x04, 0x08} },
+       {0xCD, 8, {0x0E, 0x64, 0x64, 0x20, 0x1E, 0x6B, 0x06, 0x83} },
+       {0xD0, 3, {0x27, 0x10, 0x80} },
+       {0xD1, 4, {0x00, 0x0D, 0xFF, 0x0F} },
+       {0xD2, 4, {0xE3, 0x2B, 0x38, 0x00} },
+       {0xD4, 11,{0x00, 0x01, 0x00, 0x0E, 0x04, 0x44, 0x08, 0x10, 0x00, 0x07, 0x00} },
+       {0xD5, 1, {0x00} },
+       {0xD6, 2, {0x00, 0x00} },
+       {0xD7, 4, {0x00, 0x00, 0x00, 0x00} },
+       {0xE4, 3, {0x08, 0x55, 0x03} },
+       {0xE6, 8, {0x00, 0x01, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF} },
+       {0xE7, 3, {0x00, 0x00, 0x00} },
+ +       {0xE8, 7, {0xD5, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x00} },
+       {0xE9, 1, {0xFF} },
+       {0xF0, 5, {0x12, 0x03, 0x20, 0x00, 0xFF} },
+       {0xF1, 26, {0xA6, 0xC8, 0xEA, 0xE6, 0xE4, 0xCC, 0xE4, 0xBE, 0xF0, 0xB2, 0xAA, 0xC7, 0xFF, 0x66, 0x98, 0xE3, 0x87, 0xC8, 0x99, 0xC8, 0x8C, 0xBE, 0x96, 0x91, 0x8F, 0xFF} },
+       {0xF3, 1, {0x03} },
+       {0xF4, 26, {0xFF, 0xFE, 0xFC, 0xFA, 0xF8, 0xF4, 0xF0, 0xE8, 0xE0, 0xD0, 0xC0, 0xA0, 0x80, 0x7F, 0x5F, 0x3F, 0x2F, 0x1F, 0x17, 0x0F,0x0B, 0x07, 0x05, 0x03, 0x01, 0x00} },
+       {0xF5, 26, {0xFF, 0xFE, 0xFC, 0xFA, 0xF8, 0xF4, 0xF0, 0xE8, 0xE0, 0xD0, 0xC0, 0xA0, 0x80, 0x7F, 0x5F, 0x3F, 0x2F, 0x1F, 0x17, 0x0F,0x0B, 0x07, 0x05, 0x03, 0x01, 0x00} },
+       {0xF6, 26, {0xFF, 0xFE, 0xFC, 0xFA, 0xF8, 0xF4, 0xF0, 0xE8, 0xE0, 0xD0, 0xC0, 0xA0, 0x80, 0x7F, 0x5F, 0x3F, 0x2F, 0x1F, 0x17, 0x0F,0x0B, 0x07, 0x05, 0x03, 0x01, 0x00} },
+       {0xF7, 7, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} },
+       {0xF8, 7, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} },
+       {0xF9, 7, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00} },
+       {0xFA, 25, {0x00, 0x84, 0x12, 0x21, 0x48, 0x48, 0x21, 0x12, 0x84, 0x69, 0x69, 0x5A, 0xA5, 0x96, 0x96, 0xA5, 0x5A, 0xB7, 0xDE, 0xED, 0x7B, 0x7B, 0xED, 0xDE, 0xB7} },
+       {0xFB, 23, {0x00, 0x12, 0x0F, 0xFF, 0xFF, 0xFF, 0x00, 0x38, 0x40, 0x08, 0x70, 0x0B, 0x40, 0x19, 0x50, 0x21, 0xC0, 0x27, 0x60, 0x2D, 0x00, 0x00, 0x0F} },
+       {0xE3, 2, {0x20, 0x21} },
+       {0x11, 0, {0x00} },
+       {REGFLAG_DELAY, REGFLAG_DELAY, {200}},
+    {0x29, 0, {0x00} },
+ +       {REGFLAG_DELAY, REGFLAG_DELAY, {20}},
+       {REGFLAG_END_OF_TABLE, REGFLAG_END_OF_TABLE, {}}


</code></pre>
<h1>2、修改设备树</h1>
<p dir="auto">这里只把重要的参数列出来了，内核设备树和uboot设备树要保持一致。</p>
<pre><code class="language-c">;----------------------------------------------
&amp;lcd0 {
    lcd_used            = &lt;1&gt;;

    lcd_driver_name     = "tft08006";
    lcd_backlight       = &lt;100&gt;;
    lcd_if              = &lt;4&gt;;

    lcd_x               = &lt;800&gt;;
    lcd_y               = &lt;1280&gt;;
    lcd_width           = &lt;80&gt;;
    lcd_height          = &lt;80&gt;;
    lcd_dclk_freq       = &lt;60&gt;;                

    lcd_pwm_used        = &lt;1&gt;;
    lcd_pwm_ch          = &lt;2&gt;;
    lcd_pwm_freq        = &lt;1000&gt;;
    lcd_pwm_pol         = &lt;0&gt;;
    lcd_pwm_max_limit   = &lt;255&gt;;
    lcd_hbp             = &lt;40&gt;;
    
	lcd_ht              = &lt;860&gt;;
	lcd_hspw            = &lt;20&gt;;
	lcd_vbp             = &lt;24&gt;;
	lcd_vt              = &lt;1330&gt;;
	lcd_vspw            = &lt;4&gt;;


	lcd_dsi_if          = &lt;0&gt;;     
	lcd_dsi_lane        = &lt;4&gt;;

</code></pre>
<h1>3、触摸屏驱动配置</h1>
<p dir="auto">到Tina根目录下make kernel_menuconfig将下面驱动配置上<br />
<img src="https://img-blog.csdnimg.cn/90ec1599c2c3406e934195db48613e1d.png?x-oss-process=image/watermark,type_d3F5LXplbmhlaQ,shadow_50,text_Q1NETiBA5a6_5ZG95ZGA,size_20,color_FFFFFF,t_70,g_se,x_16" alt="在这里插入图片描述" class=" img-responsive img-markdown" width="1469" height="659" /><br />
修改设备树<br />
在twi0下增加触摸屏子节点<br />
<img src="https://img-blog.csdnimg.cn/f1da14687f0a4ce5b6b5c52aab7bed33.png?x-oss-process=image/watermark,type_d3F5LXplbmhlaQ,shadow_50,text_Q1NETiBA5a6_5ZG95ZGA,size_20,color_FFFFFF,t_70,g_se,x_16" alt="在这里插入图片描述" class=" img-responsive img-markdown" width="804" height="355" /></p>
<h1>4、编译打包、测试</h1>
<p dir="auto"><img src="https://img-blog.csdnimg.cn/8756b7ef9def4291a2b6651022187f3f.png?x-oss-process=image/watermark,type_d3F5LXplbmhlaQ,shadow_50,text_Q1NETiBA5a6_5ZG95ZGA,size_20,color_FFFFFF,t_70,g_se,x_16" alt="在这里插入图片描述" class=" img-responsive img-markdown" width="1706" height="1279" /></p>
]]></description><link>https://bbs.aw-ol.com/topic/940/d1移植讯为7寸mipi屏</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 16:10:13 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/940.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 11 Jan 2022 10:32:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to D1移植讯为7寸MIPI屏 on Sat, 02 Apr 2022 06:49:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1048">@lumen</a> 讯为的MIPI屏 淘宝有卖的三四百吧<br />
<a href="https://m.tb.cn/h.fqYJmck?tk=40Pf2hVcPMg" target="_blank" rel="noopener noreferrer nofollow ugc">https://m.tb.cn/h.fqYJmck?tk=40Pf2hVcPMg</a></p>
]]></description><link>https://bbs.aw-ol.com/post/5606</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/5606</guid><dc:creator><![CDATA[yaoxiaoyao]]></dc:creator><pubDate>Sat, 02 Apr 2022 06:49:53 GMT</pubDate></item><item><title><![CDATA[Reply to D1移植讯为7寸MIPI屏 on Thu, 24 Mar 2022 06:35:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1048">@lumen</a> 或许是  看着挺像<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f602.png?v=ksdk82uns70" class="not-responsive emoji emoji-android emoji--joy" title=":joy:" alt="😂" /></p>
]]></description><link>https://bbs.aw-ol.com/post/5357</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/5357</guid><dc:creator><![CDATA[q1215200171]]></dc:creator><pubDate>Thu, 24 Mar 2022 06:35:15 GMT</pubDate></item><item><title><![CDATA[Reply to D1移植讯为7寸MIPI屏 on Thu, 24 Mar 2022 06:13:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/278">@q1215200171</a> 楼主用的应该不是原厂的</p>
]]></description><link>https://bbs.aw-ol.com/post/5356</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/5356</guid><dc:creator><![CDATA[lumen]]></dc:creator><pubDate>Thu, 24 Mar 2022 06:13:43 GMT</pubDate></item><item><title><![CDATA[Reply to D1移植讯为7寸MIPI屏 on Thu, 24 Mar 2022 06:08:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1048">@lumen</a> <a href="https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-24179257802.5.7f2f3064el44v0&amp;id=648055202607" target="_blank" rel="noopener noreferrer nofollow ugc">https://item.taobao.com/item.htm?spm=a1z10.1-c.w4004-24179257802.5.7f2f3064el44v0&amp;id=648055202607</a></p>
]]></description><link>https://bbs.aw-ol.com/post/5354</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/5354</guid><dc:creator><![CDATA[q1215200171]]></dc:creator><pubDate>Thu, 24 Mar 2022 06:08:57 GMT</pubDate></item><item><title><![CDATA[Reply to D1移植讯为7寸MIPI屏 on Thu, 24 Mar 2022 06:00:39 GMT]]></title><description><![CDATA[<p dir="auto">大佬，求一个你这个mipi屏的购买链接</p>
]]></description><link>https://bbs.aw-ol.com/post/5353</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/5353</guid><dc:creator><![CDATA[lumen]]></dc:creator><pubDate>Thu, 24 Mar 2022 06:00:39 GMT</pubDate></item><item><title><![CDATA[Reply to D1移植讯为7寸MIPI屏 on Fri, 18 Mar 2022 16:54:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/1048">@lumen</a><br />
修改前的在tina-d1-h/lichee/linux-5.4/driver/video/sunxi/fbdev/disp/disp/lcd</p>
]]></description><link>https://bbs.aw-ol.com/post/5170</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/5170</guid><dc:creator><![CDATA[YuzukiTsuru]]></dc:creator><pubDate>Fri, 18 Mar 2022 16:54:46 GMT</pubDate></item><item><title><![CDATA[Reply to D1移植讯为7寸MIPI屏 on Fri, 18 Mar 2022 16:14:01 GMT]]></title><description><![CDATA[<p dir="auto">请问tft08006.c文件哪里下载？</p>
]]></description><link>https://bbs.aw-ol.com/post/5168</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/5168</guid><dc:creator><![CDATA[lumen]]></dc:creator><pubDate>Fri, 18 Mar 2022 16:14:01 GMT</pubDate></item><item><title><![CDATA[Reply to D1移植讯为7寸MIPI屏 on Wed, 12 Jan 2022 02:10:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/247">@jordonwu</a> 不可以，线序不一样</p>
]]></description><link>https://bbs.aw-ol.com/post/3995</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3995</guid><dc:creator><![CDATA[yaoxiaoyao]]></dc:creator><pubDate>Wed, 12 Jan 2022 02:10:41 GMT</pubDate></item><item><title><![CDATA[Reply to D1移植讯为7寸MIPI屏 on Tue, 11 Jan 2022 12:48:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/603">@yaoxiaoyao</a><br />
这个屏可以直连？</p>
]]></description><link>https://bbs.aw-ol.com/post/3994</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3994</guid><dc:creator><![CDATA[jordonwu]]></dc:creator><pubDate>Tue, 11 Jan 2022 12:48:22 GMT</pubDate></item></channel></rss>