<?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[what is the correct VGH, VGL, AVDD, GVCL, GVCD for the m5stickc?]]></title><description><![CDATA[<p dir="auto">I am writting the lcd driver for the m5stickc.<br />
There are many libraries exist for m5stickc lcd display, but the parameters for those power voltage settings are variant,  some lib even send more parameters than the register required.</p>
<p dir="auto">for example, in lib <a href="https://github.com/m5stack/M5StickC/blob/master/src/utility/ST7735_Init.h" target="_blank" rel="noopener noreferrer nofollow ugc">m5stickc</a><br />
it send to register ST7735_PWCTR1 with 3 parameters [0xA4, 0x04, 0x84]</p>
<p dir="auto">but in the datasheet <a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/ST7735SV_V1.3.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">st7735sv</a></p>
<p dir="auto">the register PWCTR1 only accept 2 parameters.</p>
<p dir="auto">in the comment, it said "-4.6v" .<br />
but the 2nd paramter 0x4  is indicate "-4.5v"</p>
<p dir="auto">for lib M5GFX, src/lgfx/v1/panel/Panel_ST7735.hpp<br />
class Panel_ST7735S.<br />
it still send to register CMD_PWCTR1 with 3 parameters [0xA2, 0x02, 0x84]</p>
<p dir="auto">so what is the correct value for those voltage (VGH, VGL, AVDD, GVCL, GVCD)</p>
<p dir="auto">I can't find the schematic of m5stickc, so I can't find the right value for those voltage.</p>
<p dir="auto">in the datasheet <a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/ST7735SV_V1.3.pdf" target="_blank" rel="noopener noreferrer nofollow ugc">st7735sv</a> , page 165,<br />
it said "<strong>The deviation value of VGH/ VGL between with Measurement and Specification: Max &lt;= 1V</strong>".</p>
]]></description><link>https://community.m5stack.com/topic/7945/what-is-the-correct-vgh-vgl-avdd-gvcl-gvcd-for-the-m5stickc</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 04:50:58 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7945.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 16 Dec 2025 19:27:47 GMT</pubDate><ttl>60</ttl></channel></rss>