<?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[第二次调试MIPI屏幕，套路居然又不太一样？]]></title><description><![CDATA[<p dir="auto"><a href="https://bbs.aw-ol.com/topic/405/%E7%AC%AC%E4%B8%80%E6%AC%A1%E8%B0%83mipi%E6%8E%A5%E5%8F%A3%E7%9A%84%E6%98%BE%E7%A4%BA%E5%B1%8F-%E9%83%BD%E6%98%AF%E4%BB%80%E4%B9%88%E5%A5%97%E8%B7%AF">前情回顾</a></p>
<p dir="auto">三个月之前有调试过一块MIPI接口的小屏幕，最近又买了一款新的MIPI接口的屏幕，本以为会像上次一样顺顺利利的，结果....</p>
<p dir="auto">废话不多说，这次买的屏幕长这样：<br />
<img src="/assets/uploads/files/1639214471885-304934d8-ccb1-4534-939b-6d5b70f2ff1b-image.png" alt="304934d8-ccb1-4534-939b-6d5b70f2ff1b-image.png" class=" img-responsive img-markdown" width="1398" height="931" /></p>
<p dir="auto">基本参数：<br />
<img src="/assets/uploads/files/1639214526789-9d6c5812-3cfb-4a89-a757-16c218de25b0-image.png" alt="9d6c5812-3cfb-4a89-a757-16c218de25b0-image.png" class=" img-responsive img-markdown" width="1688" height="1222" /></p>
<p dir="auto">是2通道的MIPI接口，驱动IC是ST7701s，2寸，分辨率480*360。</p>
<p dir="auto">管脚：<br />
<img src="/assets/uploads/files/1639214877230-3ff7a404-acb6-476f-8e7b-91ca8f3c2586-image.png" alt="3ff7a404-acb6-476f-8e7b-91ca8f3c2586-image.png" class=" img-responsive img-markdown" width="1562" height="1259" /></p>
<p dir="auto">转接板：<br />
<img src="/assets/uploads/files/1639215913082-479928c8-f2a4-40f5-88f4-330dc39c0000-image.png" alt="479928c8-f2a4-40f5-88f4-330dc39c0000-image.png" class=" img-responsive img-markdown" width="1338" height="1223" /><br />
<img src="/assets/uploads/files/1639214933137-0a971d4a-32cb-4e94-89fd-f17f2db2b483-image.png" alt="0a971d4a-32cb-4e94-89fd-f17f2db2b483-image.png" class=" img-responsive img-markdown" width="860" height="1092" /></p>
<p dir="auto">数据手册：<br />
<a href="/assets/uploads/files/1639216159421-st7701s_spec_-v1.1.pdf">ST7701S_SPEC_+V1.1.pdf</a></p>
<p dir="auto">初始化代码：</p>
<pre><code>/*
VFP=VBP=6=VS=6
HFP=HBP=6=HS=220
pll_clock=155;
*/
WriteComm (0xFF);     
WriteData (0x77);   
WriteData (0x01);   
WriteData (0x00);   
WriteData (0x00);   
WriteData (0x13);
         
WriteComm (0xEF);
WriteData (0x08);                 
WriteComm (0xFF);
WriteData (0x77);   
WriteData (0x01);   
WriteData (0x00);   
WriteData (0x00);   
WriteData (0x10); 
        
WriteComm (0xC0);     
WriteData (0x2C);   
WriteData (0x00); 
                
WriteComm (0xC1);    
WriteData (0x08);   
WriteData (0x02); 
                
WriteComm (0xC2);     
WriteData (0x37);    
WriteData (0x05); 
                 
WriteComm (0xCC);
WriteData (0x10);
.....

// 稍微有点多....
// 下面是我整理过的
{0xFF, 5, {0x77, 0x01, 0x00, 0x00, 0x13} },
{0xEF, 1, {0x08}},
{0xFF, 5, {0x77, 0x01, 0x00, 0x00, 0x10}},
{0xC0, 2, {0x2C, 0x00}},  // SCNL = (0x2c + 1) * 8 = 360
{0xC1, 2, {0x08, 0x02}},  // VFB=0x08 VBF=0x02
{0xC2, 2, {0x37, 0x05}},  // PCLK= 512 + (0x05 * 16) = 592
{0xCC, 1, {0x10}},
{0xB0, 16, {0x04, 0x0E, 0x17, 0x0B, 0x0F, 0x06, 0x08, 0x08, 0x08, 0x24, 0x04, 0x11, 0x0F, 0x2C, 0x33, 0x13}},
{0xB1, 16, {0x0C, 0x16, 0x1D, 0x0E, 0x11, 0x06, 0x08, 0x08, 0x08, 0x24, 0x05, 0x13, 0x11, 0x2D, 0x33, 0x1F}},
{0xFF, 5, {0x77, 0x01, 0x00, 0x00, 0x11}},
{0xB0, 1, {0x54}},
{0xB1, 1, {0x76}},
{0xB2, 1, {0x87}},
{0xB3, 1, {0x80}},
{0xB5, 1, {0x4B}},
{0xB7, 1, {0x85}},
{0xB8, 1, {0x21}},
{0xC1, 1, {0x78}},
{0xC2, 1, {0x78}},
{0xD0, 1, {0x88}},
{REGFLAG_DELAY, REGFLAG_DELAY, { 20 } },
{0xE0, 3, {0x00, 0x00, 0x02}},
{0xE1, 11, {0x02, 0x00, 0x04, 0x00, 0x01, 0x00, 0x03, 0x00, 0x00, 0x33, 0x33}},
{0xE2, 12, {0x11, 0x11, 0x33, 0x33, 0x6E, 0x00, 0x70, 0x00, 0x6D, 0x00, 0x6F, 0x00}},
{0xE3, 4, {0x00, 0x00, 0x11, 0x11}},
{0xE4, 2, {0x44, 0x44}},
{0xE5, 16, {0x03, 0x6F, 0x00, 0xFF, 0x05, 0x71, 0x00, 0xFF, 0x07, 0x73, 0x00, 0xFF, 0x09, 0x6D, 0x00, 0xFF}},
{0xE6, 4, {0x00, 0x00, 0x11, 0x11}},
{0xE7, 2, {0x44, 0x44}},
{0xE8, 16, {0x02, 0x6E, 0x00, 0xFF, 0x04, 0x70, 0x00, 0xFF, 0x06, 0x72, 0x00, 0xFF, 0x08, 0x6C, 0x00, 0xFF}},
{0xEB, 7, {0x00, 0x01, 0x4E, 0x4E, 0xEE, 0x44, 0x00}},
{0xED, 16, {0x4F, 0x01, 0x23, 0x56, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xF7, 0x65, 0x32, 0x10, 0xF4}},
{0xEF, 6, {0x10, 0x0D, 0x04, 0x08, 0x3F, 0x1F}},
{0xFF, 5, {0x77, 0x01, 0x00, 0x00, 0x00}},
{0x11, 0, {0x00}},
{REGFLAG_DELAY, REGFLAG_DELAY, { 120 } },
{0x36, 0, {0x00}},
{0x35, 0, {0x00}},
{0x29, 0, {0x00}},
{ REGFLAG_END_OF_TABLE, REGFLAG_END_OF_TABLE, {} }
</code></pre>
<p dir="auto">现在有个疑问是下面的这几个参数，手册中只给了几个范围:<br />
<img src="/assets/uploads/files/1639215491679-3784a622-9bc3-4f0c-806a-9964d8c71ff3-image-resized.png" alt="3784a622-9bc3-4f0c-806a-9964d8c71ff3-image.png" class=" img-responsive img-markdown" /></p>
<p dir="auto">然后卖家给的初始化代码开头的几行注释，跟代码中实际设置的貌似也不一致....<br />
卖家给的：</p>
<pre><code>VFP=VBP=6=VS=6
HFP=HBP=6=HS=220
pll_clock=155;
</code></pre>
<p dir="auto">初始化代码计算的：</p>
<pre><code>{0xFF, 5, {0x77, 0x01, 0x00, 0x00, 0x10}},
{0xC0, 2, {0x2C, 0x00}},  // SCNL = (0x2c + 1) * 8 = 360
{0xC1, 2, {0x08, 0x02}},  // VFB=0x08  VBF=0x02
{0xC2, 2, {0x37, 0x05}},  // PCLK= 512 + (0x05 * 16) = 592
</code></pre>
<p dir="auto">HFP和HBP没看到有相关的命令设置...</p>
<p dir="auto">现在的主要问题是下面这几个参数，我尝试了用各种方式计算，貌似都不对，</p>
<pre><code>lcd_hbp             = &lt;&gt;;
lcd_ht              = &lt;&gt;;
lcd_hspw            = &lt;&gt;;
lcd_vbp             = &lt;&gt;;
lcd_vt              = &lt;&gt;;
lcd_vspw            = &lt;&gt;;

lcd_dsi_if          = &lt;0&gt;;
lcd_dsi_lane        = &lt;2&gt;;
</code></pre>
<p dir="auto">有大佬帮忙看一下吗<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f601.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--grin" title=":grin:" alt="😁" /> (我这里有两个屏幕和两个转接板，有想调的，可以联系我<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f600.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--grinning" title=":grinning:" alt="😀" /> )</p>
]]></description><link>https://bbs.aw-ol.com/topic/776/第二次调试mipi屏幕-套路居然又不太一样</link><generator>RSS for Node</generator><lastBuildDate>Sun, 17 May 2026 15:09:21 GMT</lastBuildDate><atom:link href="https://bbs.aw-ol.com/topic/776.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 11 Dec 2021 09:49:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Fri, 28 Apr 2023 08:28:51 GMT]]></title><description><![CDATA[<p dir="auto">来一个img试试</p>
]]></description><link>https://bbs.aw-ol.com/post/15439</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/15439</guid><dc:creator><![CDATA[li15872728466]]></dc:creator><pubDate>Fri, 28 Apr 2023 08:28:51 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Fri, 25 Feb 2022 17:21:49 GMT]]></title><description><![CDATA[<p dir="auto">dalao，同搞了一块屏幕，参考第二个屏幕和第一次经历，卡在了Uboot起不来，之前是怎么排查的呢？</p>
]]></description><link>https://bbs.aw-ol.com/post/4574</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/4574</guid><dc:creator><![CDATA[BedRock]]></dc:creator><pubDate>Fri, 25 Feb 2022 17:21:49 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Tue, 14 Dec 2021 14:14:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/322">@lovexulu</a><br />
我也不是很清楚每一个参数改大或者改小会实际影响到显示的哪部分，等有时间还是要好好研究下，还是比较喜欢MIPI接口的，速度快，管脚少(其实别的就会个SPI<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f601.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--grin" title=":grin:" alt="😁" /> )</p>
]]></description><link>https://bbs.aw-ol.com/post/3417</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3417</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Tue, 14 Dec 2021 14:14:50 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Tue, 14 Dec 2021 14:11:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/152">@mangogeek</a><br />
哈哈  快递明天就到了<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f601.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--grin" title=":grin:" alt="😁" /></p>
]]></description><link>https://bbs.aw-ol.com/post/3415</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3415</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Tue, 14 Dec 2021 14:11:52 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Tue, 14 Dec 2021 03:26:50 GMT]]></title><description><![CDATA[<p dir="auto">馋,,,,,,,,了,,,,,,,</p>
]]></description><link>https://bbs.aw-ol.com/post/3392</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3392</guid><dc:creator><![CDATA[mangogeek]]></dc:creator><pubDate>Tue, 14 Dec 2021 03:26:50 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Tue, 14 Dec 2021 03:22:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/74">@iamliubo</a> 在 <a href="/post/3377">第二次调试MIPI屏幕，套路居然又不太一样？</a> 中说：</p>
<blockquote>
<p dir="auto"><img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f62d.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--sob" title=":sob:" alt="😭" /></p>
<p dir="auto">我找到原因了...</p>
<p dir="auto">商家给我的规格书对不起来！！！<br />
<img src="/assets/uploads/files/1639416691725-3724f9f8-4330-4c78-847a-7bba987a5b4c-image.png" alt="3724f9f8-4330-4c78-847a-7bba987a5b4c-image.png" class=" img-responsive img-markdown" width="1571" height="1256" /></p>
<p dir="auto">经我实际测试这俩管脚绝对是标反了！！！</p>
<p dir="auto">经过上面 <a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/322">@lovexulu</a> 大佬提醒后，我又尝试了好几次，那几个参数修改了很多次，一点出画面的感觉都没有，我就有点不明白了，我反复确认了好几遍焊接没问题(之前吃过这个亏...)，突发奇想把这俩管脚反一下试试，结果就真有反应了<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f62d.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--sob" title=":sob:" alt="😭" /></p>
<p dir="auto">我是真没想到会是这个原因。。。。<br />
<img src="/assets/uploads/files/1639417144134-5ffe8c79-e973-448c-bed7-7a7c43c624d0-image.png" alt="5ffe8c79-e973-448c-bed7-7a7c43c624d0-image.png" class=" img-responsive img-markdown" width="1391" height="668" /><br />
好在我这画转接板的时候预留了这俩跳线位置，还算机智，哈哈</p>
<p dir="auto">明天找供应商算账去。</p>
<p dir="auto">调整了几个参数后，现在显示一切正常啊，真好啊<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f927.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--sneezing_face" title=":sneezing_face:" alt="🤧" /></p>
<p dir="auto"><img src="/assets/uploads/files/1639417378558-80202196-adda-4c29-b1fe-445eaf41431a-image-resized.png" alt="80202196-adda-4c29-b1fe-445eaf41431a-image.png" class=" img-responsive img-markdown" /></p>
</blockquote>
<p dir="auto">nice。关于这些数值计算 目前我也没发现明确的定义，但一般优化减少跳帧为目的 使fb0刷新与lcd输出比较平衡就可以了，我可不是大佬啊，初学菜鸟一只额。</p>
]]></description><link>https://bbs.aw-ol.com/post/3391</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3391</guid><dc:creator><![CDATA[lovexulu]]></dc:creator><pubDate>Tue, 14 Dec 2021 03:22:43 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Tue, 14 Dec 2021 01:15:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/74">@iamliubo</a> 在 <a href="/post/3377">第二次调试MIPI屏幕，套路居然又不太一样？</a> 中说：</p>
<blockquote>
<p dir="auto">，那几个参数修改了很多次，一点出画面的感觉都没有，我就有点不明白了，我反复确认了好几遍焊接没问题(之前吃过这个亏...)，突发奇想把这俩管脚反一下试试，结果就真有反应了</p>
</blockquote>
<p dir="auto"><img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f44d.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--+1" title=":+1:" alt="👍" /></p>
]]></description><link>https://bbs.aw-ol.com/post/3380</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3380</guid><dc:creator><![CDATA[mangogeek]]></dc:creator><pubDate>Tue, 14 Dec 2021 01:15:45 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Mon, 13 Dec 2021 17:43:25 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f62d.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--sob" title=":sob:" alt="😭" /></p>
<p dir="auto">我找到原因了...</p>
<p dir="auto">商家给我的规格书对不起来！！！<br />
<img src="/assets/uploads/files/1639416691725-3724f9f8-4330-4c78-847a-7bba987a5b4c-image.png" alt="3724f9f8-4330-4c78-847a-7bba987a5b4c-image.png" class=" img-responsive img-markdown" width="1571" height="1256" /></p>
<p dir="auto">经我实际测试这俩管脚绝对是标反了！！！</p>
<p dir="auto">经过上面 <a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/322">@lovexulu</a> 大佬提醒后，我又尝试了好几次，那几个参数修改了很多次，一点出画面的感觉都没有，我就有点不明白了，我反复确认了好几遍焊接没问题(之前吃过这个亏...)，突发奇想把这俩管脚反一下试试，结果就真有反应了<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f62d.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--sob" title=":sob:" alt="😭" /></p>
<p dir="auto">我是真没想到会是这个原因。。。。<br />
<img src="/assets/uploads/files/1639417144134-5ffe8c79-e973-448c-bed7-7a7c43c624d0-image.png" alt="5ffe8c79-e973-448c-bed7-7a7c43c624d0-image.png" class=" img-responsive img-markdown" width="1391" height="668" /><br />
好在我这画转接板的时候预留了这俩跳线位置，还算机智，哈哈</p>
<p dir="auto">明天找供应商算账去。</p>
<p dir="auto">调整了几个参数后，现在显示一切正常啊，真好啊<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f927.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--sneezing_face" title=":sneezing_face:" alt="🤧" /></p>
<p dir="auto"><img src="/assets/uploads/files/1639417378558-80202196-adda-4c29-b1fe-445eaf41431a-image-resized.png" alt="80202196-adda-4c29-b1fe-445eaf41431a-image.png" class=" img-responsive img-markdown" /></p>
]]></description><link>https://bbs.aw-ol.com/post/3377</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3377</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Mon, 13 Dec 2021 17:43:25 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Mon, 13 Dec 2021 14:03:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/152">@mangogeek</a><br />
<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f927.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--sneezing_face" title=":sneezing_face:" alt="🤧" /> 卡在不显示上了....   商家都不能确定给的资料是不是对应这款屏幕，真是太难了</p>
]]></description><link>https://bbs.aw-ol.com/post/3371</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3371</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Mon, 13 Dec 2021 14:03:12 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Mon, 13 Dec 2021 14:01:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/322">@lovexulu</a><br />
谢谢大佬指点，我试试，我就是比较疑惑没有给具体的值，给的只是个范围，不晓得怎么填了<img src="https://bbs.aw-ol.com/plugins/nodebb-plugin-emoji/emoji/android/1f62d.png?v=9vrjmbh7mr2" class="not-responsive emoji emoji-android emoji--sob" title=":sob:" alt="😭" /></p>
]]></description><link>https://bbs.aw-ol.com/post/3370</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3370</guid><dc:creator><![CDATA[IAMLIUBO]]></dc:creator><pubDate>Mon, 13 Dec 2021 14:01:45 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Sun, 12 Dec 2021 01:54:36 GMT]]></title><description><![CDATA[<p dir="auto">卡在哪一步了？ ，</p>
]]></description><link>https://bbs.aw-ol.com/post/3322</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3322</guid><dc:creator><![CDATA[mangogeek]]></dc:creator><pubDate>Sun, 12 Dec 2021 01:54:36 GMT</pubDate></item><item><title><![CDATA[Reply to 第二次调试MIPI屏幕，套路居然又不太一样？ on Sat, 11 Dec 2021 15:01:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://bbs.aw-ol.com/uid/74">@iamliubo</a> 是屏的参数手册中标注的参数嘛？如果是的话，这个参数暂且不用管他，只需要配置在这个范围内即可。我看手册是 各种参数 1or2-254 。 需要计算 lcd_dclk_freq,与ht vt hbp vbp hspw vspw在手册范围内即可，设 hbp=20，hspw=10，hfp=10，vbp=20，vfp=10，vspw=10，ht=360 +hbp+hfp（全志的hbp=真hbp+hspw），即390，vt同样计算得510，由lcd_dclk_freq=lcd_ht<em>lcd_vt</em>fps 得lcd_dclk_freq=11.9234Mhz,只能取整数 就 12Mhz了。但实际呢是2通道，所以要除2.嗯 lcd_dclk_freq=&lt;6&gt;  也不知对也不对，配置上测试一下？</p>
]]></description><link>https://bbs.aw-ol.com/post/3321</link><guid isPermaLink="true">https://bbs.aw-ol.com/post/3321</guid><dc:creator><![CDATA[lovexulu]]></dc:creator><pubDate>Sat, 11 Dec 2021 15:01:20 GMT</pubDate></item></channel></rss>