convert to component

This commit is contained in:
Hendrik Schutter 2020-11-10 10:16:35 +01:00
parent 7ffe680116
commit 0302069111
175 changed files with 980 additions and 991 deletions

View File

@ -844,7 +844,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = ./main
INPUT = ./components/lcd/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ESP32-WROVER-KIT-LCD-DRIVER: main/CMakeLists.txt File Reference</title>
<title>ESP32-WROVER-KIT-LCD-DRIVER: components/lcd/CMakeLists.txt File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@ -84,18 +84,18 @@ $(document).ready(function(){initNavTree('_c_make_lists_8txt.html',''); initResi
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">main/CMakeLists.txt File Reference</div> </div>
<div class="title">components/lcd/CMakeLists.txt File Reference</div> </div>
</div><!--header-->
<div class="contents">
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a947758c3656053b91799489dff75eeb1"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_c_make_lists_8txt.html#a947758c3656053b91799489dff75eeb1">set</a> (srcs &quot;LCD.c&quot; &quot;Driver.c&quot; &quot;Example_Main.c&quot;) idf_component_register(SRCS $</td></tr>
<tr class="separator:a947758c3656053b91799489dff75eeb1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac91c459607464754efeb41fb7847c9fc"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_c_make_lists_8txt.html#ac91c459607464754efeb41fb7847c9fc">set</a> (srcs &quot;src/LCD.c&quot; &quot;src/Driver.c&quot;) idf_component_register(SRCS &quot;$</td></tr>
<tr class="separator:ac91c459607464754efeb41fb7847c9fc"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Function Documentation</h2>
<a id="a947758c3656053b91799489dff75eeb1"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a947758c3656053b91799489dff75eeb1">&#9670;&nbsp;</a></span>set()</h2>
<a id="ac91c459607464754efeb41fb7847c9fc"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ac91c459607464754efeb41fb7847c9fc">&#9670;&nbsp;</a></span>set()</h2>
<div class="memitem">
<div class="memproto">
@ -103,7 +103,7 @@ Functions</h2></td></tr>
<tr>
<td class="memname">set </td>
<td>(</td>
<td class="paramtype">srcs &quot;LCD.c&quot; &quot;Driver.c&quot; &quot;Example_Main.c&quot;&#160;</td>
<td class="paramtype">srcs &quot;src/LCD.c&quot; &quot;src/Driver.c&quot;&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
@ -114,6 +114,47 @@ Functions</h2></td></tr>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<div class="ttc" id="a_driver_8h_html_af7d58f245cddf61cb03041b87649be87a81e4b8462aa2094b20d9951ca192e771"><div class="ttname"><a href="_driver_8h.html#af7d58f245cddf61cb03041b87649be87a81e4b8462aa2094b20d9951ca192e771">LCD_TYPE_ST</a></div><div class="ttdeci">@ LCD_TYPE_ST</div><div class="ttdef"><b>Definition:</b> Driver.h:51</div></div>
<div class="ttc" id="a_driver_8c_html_a3d6cd2f0685caf993fd7455dd100dd7c"><div class="ttname"><a href="_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c">iDriver_sendLineFinish</a></div><div class="ttdeci">static esp_err_t iDriver_sendLineFinish(void)</div><div class="ttdoc">send finish after line</div><div class="ttdef"><b>Definition:</b> Driver.c:457</div></div>
<div class="ttc" id="a_driver_8h_html_a756bcaa6e44d1879623a058849c66fbb"><div class="ttname"><a href="_driver_8h.html#a756bcaa6e44d1879623a058849c66fbb">PIN_NUM_CLK</a></div><div class="ttdeci">#define PIN_NUM_CLK</div><div class="ttdef"><b>Definition:</b> Driver.h:26</div></div>
<div class="ttc" id="a_driver_8h_html_a2f29bf2b8ebbade29cf04ca42de44c27"><div class="ttname"><a href="_driver_8h.html#a2f29bf2b8ebbade29cf04ca42de44c27">LCD_HIGH</a></div><div class="ttdeci">#define LCD_HIGH</div><div class="ttdef"><b>Definition:</b> Driver.h:34</div></div>
<div class="ttc" id="a_driver_8h_html_a62a79453d5cfaf0693a21714162f22d4"><div class="ttname"><a href="_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4">iDriver_writeFramebuffer</a></div><div class="ttdeci">esp_err_t iDriver_writeFramebuffer(uint16_t ***pu16Framebuffer)</div><div class="ttdoc">write framebuffer to LCD via SPI</div><div class="ttdef"><b>Definition:</b> Driver.c:341</div></div>
<div class="ttc" id="a_driver_8h_html_af7d58f245cddf61cb03041b87649be87a43969af9123789fbe2dc107d2ba52414"><div class="ttname"><a href="_driver_8h.html#af7d58f245cddf61cb03041b87649be87a43969af9123789fbe2dc107d2ba52414">LCD_TYPE_ILI</a></div><div class="ttdeci">@ LCD_TYPE_ILI</div><div class="ttdef"><b>Definition:</b> Driver.h:50</div></div>
<div class="ttc" id="a_driver_8h_html_ab92e6ca5a63084dc89b10b01c1f43a36"><div class="ttname"><a href="_driver_8h.html#ab92e6ca5a63084dc89b10b01c1f43a36">LCD_HOST</a></div><div class="ttdeci">#define LCD_HOST</div><div class="ttdef"><b>Definition:</b> Driver.h:21</div></div>
<div class="ttc" id="a_l_c_d_8c_html_a3797f0f021c102d4f15fdbb57167a04c"><div class="ttname"><a href="_l_c_d_8c.html#a3797f0f021c102d4f15fdbb57167a04c">vLCD_writeChar</a></div><div class="ttdeci">void vLCD_writeChar(uint16_t u16xPos, uint16_t u16yPos, char cCharacter, uint16_t u16ColorFont, uint16_t u16ColorBackground)</div><div class="ttdoc">write string/text into framebuffer</div><div class="ttdef"><b>Definition:</b> LCD.c:235</div></div>
<div class="ttc" id="a_driver_8c_html_a3ce1541687c13e00a1cc1d4d7ff564aa"><div class="ttname"><a href="_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa">vDriver_getFramenufferPerLine</a></div><div class="ttdeci">void vDriver_getFramenufferPerLine(uint16_t *pu16Dest, uint16_t u16Line, uint16_t u16Linect, uint16_t ***pu16Framebuffer)</div><div class="ttdoc">Get the pixel data for a set of lines (with implied line size of 320)</div><div class="ttdef"><b>Definition:</b> Driver.c:374</div></div>
<div class="ttc" id="a_l_c_d_8c_html_a13ff792cd544fe043593ceb2a8150c3c"><div class="ttname"><a href="_l_c_d_8c.html#a13ff792cd544fe043593ceb2a8150c3c">iLCD_allocateFramebuffer</a></div><div class="ttdeci">esp_err_t iLCD_allocateFramebuffer(uint16_t ***pData)</div><div class="ttdoc">allocate framebuffer</div><div class="ttdef"><b>Definition:</b> LCD.c:151</div></div>
<div class="ttc" id="a_l_c_d_8h_html"><div class="ttname"><a href="_l_c_d_8h.html">LCD.h</a></div></div>
<div class="ttc" id="a_driver_8h_html_a3d815411a5730aaa16b29eba886c2f89"><div class="ttname"><a href="_driver_8h.html#a3d815411a5730aaa16b29eba886c2f89">PIN_NUM_DC</a></div><div class="ttdeci">#define PIN_NUM_DC</div><div class="ttdef"><b>Definition:</b> Driver.h:29</div></div>
<div class="ttc" id="a_driver_8c_html_adb1369972e80eb05d5e831cbc7cf3d4f"><div class="ttname"><a href="_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f">vDriver_init</a></div><div class="ttdeci">esp_err_t vDriver_init(void)</div><div class="ttdoc">Initialize the driver.</div><div class="ttdef"><b>Definition:</b> Driver.c:130</div></div>
<div class="ttc" id="a_driver_8h_html_a19693eac3018d3e7800fde141921b812"><div class="ttname"><a href="_driver_8h.html#a19693eac3018d3e7800fde141921b812">LCD_WIDTH</a></div><div class="ttdeci">#define LCD_WIDTH</div><div class="ttdef"><b>Definition:</b> Driver.h:33</div></div>
<div class="ttc" id="a_driver_8c_html_a066209485105862c60c5f9393caa48be"><div class="ttname"><a href="_driver_8c.html#a066209485105862c60c5f9393caa48be">iDriver_SendData</a></div><div class="ttdeci">esp_err_t iDriver_SendData(const uint8_t *pu8Data, uint16_t u16Len)</div><div class="ttdoc">Send data to the LCD.</div><div class="ttdef"><b>Definition:</b> Driver.c:276</div></div>
<div class="ttc" id="a_driver_8h_html_adb1369972e80eb05d5e831cbc7cf3d4f"><div class="ttname"><a href="_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f">vDriver_init</a></div><div class="ttdeci">esp_err_t vDriver_init(void)</div><div class="ttdoc">Initialize the driver.</div><div class="ttdef"><b>Definition:</b> Driver.c:130</div></div>
<div class="ttc" id="a_driver_8c_html_ae2d5a9bae2c3a62f89e2cc83cc36a61e"><div class="ttname"><a href="_driver_8c.html#ae2d5a9bae2c3a62f89e2cc83cc36a61e">vDriver_spiPreTransferCallback</a></div><div class="ttdeci">void vDriver_spiPreTransferCallback(spi_transaction_t *t)</div><div class="ttdoc">Pre Transfer Callback.</div><div class="ttdef"><b>Definition:</b> Driver.c:300</div></div>
<div class="ttc" id="a_l_c_d_8c_html_a305dd37530a1617090bbc448e2e40d26"><div class="ttname"><a href="_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26">iLCD_writeString</a></div><div class="ttdeci">esp_err_t iLCD_writeString(uint16_t u16xPos, uint16_t u16yPos, char *pcText, uint16_t u16ColorFont, uint16_t u16ColorBackground)</div><div class="ttdoc">write string/text into framebuffer</div><div class="ttdef"><b>Definition:</b> LCD.c:202</div></div>
<div class="ttc" id="a_driver_8c_html_acfaa6e6c39d79e04fadf512cf9ca3944"><div class="ttname"><a href="_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944">vDriver_GetId</a></div><div class="ttdeci">uint32_t vDriver_GetId(void)</div><div class="ttdoc">get LCD driver chip id</div><div class="ttdef"><b>Definition:</b> Driver.c:314</div></div>
<div class="ttc" id="a_driver_8h_html_ac01f4eafb1a3eff33d14e7595115d9b2"><div class="ttname"><a href="_driver_8h.html#ac01f4eafb1a3eff33d14e7595115d9b2">PIN_NUM_BCKL</a></div><div class="ttdeci">#define PIN_NUM_BCKL</div><div class="ttdef"><b>Definition:</b> Driver.h:31</div></div>
<div class="ttc" id="a_driver_8c_html_a6aa4436d527ed2c7be6421f98e864938"><div class="ttname"><a href="_driver_8c.html#a6aa4436d527ed2c7be6421f98e864938">ili_init_cmds</a></div><div class="ttdeci">static DRAM_ATTR const lcd_init_cmd_t ili_init_cmds[]</div><div class="ttdef"><b>Definition:</b> Driver.c:62</div></div>
<div class="ttc" id="a_driver_8c_html_a62a79453d5cfaf0693a21714162f22d4"><div class="ttname"><a href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4">iDriver_writeFramebuffer</a></div><div class="ttdeci">esp_err_t iDriver_writeFramebuffer(uint16_t ***pu16Framebuffer)</div><div class="ttdoc">write framebuffer to LCD via SPI</div><div class="ttdef"><b>Definition:</b> Driver.c:341</div></div>
<div class="ttc" id="a_driver_8h_html_a6c332c3f862c9e17cb09b32c73516a4a"><div class="ttname"><a href="_driver_8h.html#a6c332c3f862c9e17cb09b32c73516a4a">PIN_NUM_CS</a></div><div class="ttdeci">#define PIN_NUM_CS</div><div class="ttdef"><b>Definition:</b> Driver.h:27</div></div>
<div class="ttc" id="a_driver_8c_html_a0cf1d2efd4835b68210776d5c130abd8"><div class="ttname"><a href="_driver_8c.html#a0cf1d2efd4835b68210776d5c130abd8">sending_line</a></div><div class="ttdeci">int16_t sending_line</div><div class="ttdef"><b>Definition:</b> Driver.c:16</div></div>
<div class="ttc" id="a_driver_8c_html_ab611c2d5911c284b757197882ea227be"><div class="ttname"><a href="_driver_8c.html#ab611c2d5911c284b757197882ea227be">iDriver_sendLines</a></div><div class="ttdeci">static esp_err_t iDriver_sendLines(uint16_t u16Ypos, uint16_t *pu16Linedata)</div><div class="ttdoc">send line to lcd chip</div><div class="ttdef"><b>Definition:</b> Driver.c:399</div></div>
<div class="ttc" id="a_driver_8c_html_a16670a27e1bd7092e32c99bb10c912ee"><div class="ttname"><a href="_driver_8c.html#a16670a27e1bd7092e32c99bb10c912ee">st_init_cmds</a></div><div class="ttdeci">static DRAM_ATTR const lcd_init_cmd_t st_init_cmds[]</div><div class="ttdef"><b>Definition:</b> Driver.c:28</div></div>
<div class="ttc" id="a_l_c_d_8c_html_a4d0719889f64bf0c82dd5adc3a26adf3"><div class="ttname"><a href="_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3">iLCD_init</a></div><div class="ttdeci">esp_err_t iLCD_init(void)</div><div class="ttdoc">init</div><div class="ttdef"><b>Definition:</b> LCD.c:130</div></div>
<div class="ttc" id="a_driver_8c_html_a9afae6881efba341049aa70a18412c92"><div class="ttname"><a href="_driver_8c.html#a9afae6881efba341049aa70a18412c92">lines</a></div><div class="ttdeci">uint16_t * lines[2]</div><div class="ttdef"><b>Definition:</b> Driver.c:15</div></div>
<div class="ttc" id="a_driver_8h_html_a5d25ddc479bad8adec832512e5b4eece"><div class="ttname"><a href="_driver_8h.html#a5d25ddc479bad8adec832512e5b4eece">PARALLEL_LINES</a></div><div class="ttdeci">#define PARALLEL_LINES</div><div class="ttdef"><b>Definition:</b> Driver.h:38</div></div>
<div class="ttc" id="a_l_c_d_8c_html_a1cf4497f1e3b602bc54e6f42ea73d9ed"><div class="ttname"><a href="_l_c_d_8c.html#a1cf4497f1e3b602bc54e6f42ea73d9ed">pu16Framebuffer</a></div><div class="ttdeci">uint16_t ** pu16Framebuffer</div><div class="ttdef"><b>Definition:</b> LCD.c:23</div></div>
<div class="ttc" id="a_driver_8h_html_a4ffa0949bfda52d9c7b37fcb148cbb53"><div class="ttname"><a href="_driver_8h.html#a4ffa0949bfda52d9c7b37fcb148cbb53">PIN_NUM_MISO</a></div><div class="ttdeci">#define PIN_NUM_MISO</div><div class="ttdef"><b>Definition:</b> Driver.h:24</div></div>
<div class="ttc" id="a_driver_8h_html_a5c8e512df4a72e57db32aca9123c172f"><div class="ttname"><a href="_driver_8h.html#a5c8e512df4a72e57db32aca9123c172f">DMA_CHAN</a></div><div class="ttdeci">#define DMA_CHAN</div><div class="ttdef"><b>Definition:</b> Driver.h:22</div></div>
<div class="ttc" id="a_driver_8h_html_ae182645b129195913db278d6fcec38ae"><div class="ttname"><a href="_driver_8h.html#ae182645b129195913db278d6fcec38ae">PIN_NUM_RST</a></div><div class="ttdeci">#define PIN_NUM_RST</div><div class="ttdef"><b>Definition:</b> Driver.h:30</div></div>
<div class="ttc" id="a_driver_8c_html_a3ce4cd1bae3e49f2d06a880446db54d4"><div class="ttname"><a href="_driver_8c.html#a3ce4cd1bae3e49f2d06a880446db54d4">iDriver_sendCmd</a></div><div class="ttdeci">esp_err_t iDriver_sendCmd(const uint8_t u8Cmd)</div><div class="ttdoc">Send a command to the LCD.</div><div class="ttdef"><b>Definition:</b> Driver.c:247</div></div>
<div class="ttc" id="a_driver_8c_html_ac797ff8a3dcc46966bb645519d99c822"><div class="ttname"><a href="_driver_8c.html#ac797ff8a3dcc46966bb645519d99c822">calc_line</a></div><div class="ttdeci">int16_t calc_line</div><div class="ttdef"><b>Definition:</b> Driver.c:17</div></div>
<div class="ttc" id="a_driver_8h_html_a060569807a8819489e6a7b4ee17ad67b"><div class="ttname"><a href="_driver_8h.html#a060569807a8819489e6a7b4ee17ad67b">PIN_NUM_MOSI</a></div><div class="ttdeci">#define PIN_NUM_MOSI</div><div class="ttdef"><b>Definition:</b> Driver.h:25</div></div>
<div class="ttc" id="a_l_c_d_8c_html_a9826a9caf383930481887a5b11a8426d"><div class="ttname"><a href="_l_c_d_8c.html#a9826a9caf383930481887a5b11a8426d">font6_8</a></div><div class="ttdeci">static const uint8_t font6_8[][6]</div><div class="ttdef"><b>Definition:</b> LCD.c:26</div></div>
<div class="ttc" id="astructlcd__init__cmd__t_html"><div class="ttname"><a href="structlcd__init__cmd__t.html">lcd_init_cmd_t</a></div><div class="ttdef"><b>Definition:</b> Driver.h:43</div></div>
<div class="ttc" id="a_driver_8h_html"><div class="ttname"><a href="_driver_8h.html">Driver.h</a></div></div>
<div class="ttc" id="a_l_c_d_8c_html_a95f7c4fb0d7de1cb623b52031aad3fe8"><div class="ttname"><a href="_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8">iLCD_clearFramebuffer</a></div><div class="ttdeci">esp_err_t iLCD_clearFramebuffer(uint16_t u16Color)</div><div class="ttdoc">clear complete framebuffer with a color</div><div class="ttdef"><b>Definition:</b> LCD.c:179</div></div>
<div class="ttc" id="a_driver_8c_html_af04b0de520c6e42f039c5edf47b13dc2"><div class="ttname"><a href="_driver_8c.html#af04b0de520c6e42f039c5edf47b13dc2">spi</a></div><div class="ttdeci">spi_device_handle_t spi</div><div class="ttdef"><b>Definition:</b> Driver.c:13</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ESP32-WROVER-KIT-LCD-DRIVER: main/Driver.c File Reference</title>
<title>ESP32-WROVER-KIT-LCD-DRIVER: components/lcd/src/Driver.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@ -95,18 +95,18 @@ $(document).ready(function(){initNavTree('_driver_8c.html',''); initResizable();
</div><div class="textblock"><div class="dynheader">
Include dependency graph for Driver.c:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c__incl.png" border="0" usemap="#amain_2_driver_8c" alt=""/></div>
<map name="main_2_driver_8c" id="amain_2_driver_8c">
<area shape="rect" title="write the Framebuffer" alt="" coords="356,5,455,32"/>
<area shape="rect" href="_driver_8h.html" title=" " alt="" coords="372,80,439,107"/>
<area shape="rect" title=" " alt="" coords="5,155,67,181"/>
<area shape="rect" title=" " alt="" coords="91,155,155,181"/>
<area shape="rect" title=" " alt="" coords="179,155,245,181"/>
<area shape="rect" title=" " alt="" coords="269,155,401,181"/>
<area shape="rect" title=" " alt="" coords="425,155,529,181"/>
<area shape="rect" title=" " alt="" coords="554,155,646,181"/>
<area shape="rect" title=" " alt="" coords="671,155,815,181"/>
<area shape="rect" title=" " alt="" coords="839,155,945,181"/>
<div class="center"><img src="_driver_8c__incl.png" border="0" usemap="#acomponents_2lcd_2src_2_driver_8c" alt=""/></div>
<map name="components_2lcd_2src_2_driver_8c" id="acomponents_2lcd_2src_2_driver_8c">
<area shape="rect" title="write the Framebuffer" alt="" coords="337,5,473,47"/>
<area shape="rect" href="_driver_8h.html" title=" " alt="" coords="372,95,439,121"/>
<area shape="rect" title=" " alt="" coords="5,169,67,196"/>
<area shape="rect" title=" " alt="" coords="91,169,155,196"/>
<area shape="rect" title=" " alt="" coords="179,169,245,196"/>
<area shape="rect" title=" " alt="" coords="269,169,401,196"/>
<area shape="rect" title=" " alt="" coords="425,169,529,196"/>
<area shape="rect" title=" " alt="" coords="554,169,646,196"/>
<area shape="rect" title=" " alt="" coords="671,169,815,196"/>
<area shape="rect" title=" " alt="" coords="839,169,945,196"/>
</map>
</div>
</div><table class="memberdecls">
@ -195,11 +195,10 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c_a3ce4cd1bae3e49f2d06a880446db54d4_icgraph.png" border="0" usemap="#a_driver_8c_a3ce4cd1bae3e49f2d06a880446db54d4_icgraph" alt=""/></div>
<map name="_driver_8c_a3ce4cd1bae3e49f2d06a880446db54d4_icgraph" id="a_driver_8c_a3ce4cd1bae3e49f2d06a880446db54d4_icgraph">
<area shape="rect" title="Send a command to the LCD." alt="" coords="541,31,664,57"/>
<area shape="rect" href="_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="391,5,493,32"/>
<area shape="rect" href="_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="256,31,343,57"/>
<area shape="rect" href="_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,31,208,57"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" title="Send a command to the LCD." alt="" coords="415,31,537,57"/>
<area shape="rect" href="_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="264,5,367,32"/>
<area shape="rect" href="_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="129,31,216,57"/>
<area shape="rect" href="_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,31,81,57"/>
</map>
</div>
@ -249,10 +248,9 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c_a066209485105862c60c5f9393caa48be_icgraph.png" border="0" usemap="#a_driver_8c_a066209485105862c60c5f9393caa48be_icgraph" alt=""/></div>
<map name="_driver_8c_a066209485105862c60c5f9393caa48be_icgraph" id="a_driver_8c_a066209485105862c60c5f9393caa48be_icgraph">
<area shape="rect" title="Send data to the LCD." alt="" coords="391,5,515,32"/>
<area shape="rect" href="_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" href="_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" title="Send data to the LCD." alt="" coords="264,5,388,32"/>
<area shape="rect" href="_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" href="_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>
</div>
@ -297,11 +295,10 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c_a3d6cd2f0685caf993fd7455dd100dd7c_icgraph.png" border="0" usemap="#a_driver_8c_a3d6cd2f0685caf993fd7455dd100dd7c_icgraph" alt=""/></div>
<map name="_driver_8c_a3d6cd2f0685caf993fd7455dd100dd7c_icgraph" id="a_driver_8c_a3d6cd2f0685caf993fd7455dd100dd7c_icgraph">
<area shape="rect" title="send finish after line" alt="" coords="549,31,703,57"/>
<area shape="rect" href="_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" href="_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" href="_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" title="send finish after line" alt="" coords="423,31,576,57"/>
<area shape="rect" href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" href="_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" href="_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>
</div>
@ -358,11 +355,10 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c_ab611c2d5911c284b757197882ea227be_icgraph.png" border="0" usemap="#a_driver_8c_ab611c2d5911c284b757197882ea227be_icgraph" alt=""/></div>
<map name="_driver_8c_ab611c2d5911c284b757197882ea227be_icgraph" id="a_driver_8c_ab611c2d5911c284b757197882ea227be_icgraph">
<area shape="rect" title="send line to lcd chip" alt="" coords="549,31,675,57"/>
<area shape="rect" href="_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" href="_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" href="_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" title="send line to lcd chip" alt="" coords="423,31,548,57"/>
<area shape="rect" href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" href="_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" href="_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>
</div>
@ -410,10 +406,9 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c_a62a79453d5cfaf0693a21714162f22d4_icgraph.png" border="0" usemap="#a_driver_8c_a62a79453d5cfaf0693a21714162f22d4_icgraph" alt=""/></div>
<map name="_driver_8c_a62a79453d5cfaf0693a21714162f22d4_icgraph" id="a_driver_8c_a62a79453d5cfaf0693a21714162f22d4_icgraph">
<area shape="rect" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" href="_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" href="_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" href="_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" href="_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>
</div>
@ -475,11 +470,10 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c_a3ce1541687c13e00a1cc1d4d7ff564aa_icgraph.png" border="0" usemap="#a_driver_8c_a3ce1541687c13e00a1cc1d4d7ff564aa_icgraph" alt=""/></div>
<map name="_driver_8c_a3ce1541687c13e00a1cc1d4d7ff564aa_icgraph" id="a_driver_8c_a3ce1541687c13e00a1cc1d4d7ff564aa_icgraph">
<area shape="rect" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="549,31,751,57"/>
<area shape="rect" href="_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" href="_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" href="_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="423,31,624,57"/>
<area shape="rect" href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" href="_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" href="_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>
</div>
@ -525,10 +519,9 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c_acfaa6e6c39d79e04fadf512cf9ca3944_icgraph.png" border="0" usemap="#a_driver_8c_acfaa6e6c39d79e04fadf512cf9ca3944_icgraph" alt=""/></div>
<map name="_driver_8c_acfaa6e6c39d79e04fadf512cf9ca3944_icgraph" id="a_driver_8c_acfaa6e6c39d79e04fadf512cf9ca3944_icgraph">
<area shape="rect" title="get LCD driver chip id" alt="" coords="391,5,493,32"/>
<area shape="rect" href="_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" href="_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" title="get LCD driver chip id" alt="" coords="264,5,367,32"/>
<area shape="rect" href="_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" href="_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>
</div>
@ -578,9 +571,8 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c_adb1369972e80eb05d5e831cbc7cf3d4f_icgraph.png" border="0" usemap="#a_driver_8c_adb1369972e80eb05d5e831cbc7cf3d4f_icgraph" alt=""/></div>
<map name="_driver_8c_adb1369972e80eb05d5e831cbc7cf3d4f_icgraph" id="a_driver_8c_adb1369972e80eb05d5e831cbc7cf3d4f_icgraph">
<area shape="rect" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" href="_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" href="_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>
</div>
@ -618,10 +610,9 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8c_ae2d5a9bae2c3a62f89e2cc83cc36a61e_icgraph.png" border="0" usemap="#a_driver_8c_ae2d5a9bae2c3a62f89e2cc83cc36a61e_icgraph" alt=""/></div>
<map name="_driver_8c_ae2d5a9bae2c3a62f89e2cc83cc36a61e_icgraph" id="a_driver_8c_ae2d5a9bae2c3a62f89e2cc83cc36a61e_icgraph">
<area shape="rect" title="Pre Transfer Callback." alt="" coords="391,5,596,32"/>
<area shape="rect" href="_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" href="_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" title="Pre Transfer Callback." alt="" coords="264,5,469,32"/>
<area shape="rect" href="_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" href="_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>
</div>
@ -733,7 +724,7 @@ Here is the caller graph for this function:</div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5c982d53a68cdbcd421152b4020263a9.html">main</a></li><li class="navelem"><a class="el" href="_driver_8c.html">Driver.c</a></li>
<li class="navelem"><a class="el" href="dir_409f97388efe006bc3438b95e9edef48.html">components</a></li><li class="navelem"><a class="el" href="dir_8c3047c3b01c62334c9cb3295fc1c68f.html">lcd</a></li><li class="navelem"><a class="el" href="dir_ebe1f644ef55b16f77392e0c42ad8294.html">src</a></li><li class="navelem"><a class="el" href="_driver_8c.html">Driver.c</a></li>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>

View File

@ -1,12 +1,12 @@
<map id="main/Driver.c" name="main/Driver.c">
<area shape="rect" id="node1" title="write the Framebuffer" alt="" coords="356,5,455,32"/>
<area shape="rect" id="node2" href="$_driver_8h.html" title=" " alt="" coords="372,80,439,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="5,155,67,181"/>
<area shape="rect" id="node4" title=" " alt="" coords="91,155,155,181"/>
<area shape="rect" id="node5" title=" " alt="" coords="179,155,245,181"/>
<area shape="rect" id="node6" title=" " alt="" coords="269,155,401,181"/>
<area shape="rect" id="node7" title=" " alt="" coords="425,155,529,181"/>
<area shape="rect" id="node8" title=" " alt="" coords="554,155,646,181"/>
<area shape="rect" id="node9" title=" " alt="" coords="671,155,815,181"/>
<area shape="rect" id="node10" title=" " alt="" coords="839,155,945,181"/>
<map id="components/lcd/src/Driver.c" name="components/lcd/src/Driver.c">
<area shape="rect" id="node1" title="write the Framebuffer" alt="" coords="337,5,473,47"/>
<area shape="rect" id="node2" href="$_driver_8h.html" title=" " alt="" coords="372,95,439,121"/>
<area shape="rect" id="node3" title=" " alt="" coords="5,169,67,196"/>
<area shape="rect" id="node4" title=" " alt="" coords="91,169,155,196"/>
<area shape="rect" id="node5" title=" " alt="" coords="179,169,245,196"/>
<area shape="rect" id="node6" title=" " alt="" coords="269,169,401,196"/>
<area shape="rect" id="node7" title=" " alt="" coords="425,169,529,196"/>
<area shape="rect" id="node8" title=" " alt="" coords="554,169,646,196"/>
<area shape="rect" id="node9" title=" " alt="" coords="671,169,815,196"/>
<area shape="rect" id="node10" title=" " alt="" coords="839,169,945,196"/>
</map>

View File

@ -1 +1 @@
929d956fae6be963f9f1df38b5617f8a
dd0a4d8b45ff89d6c0607f81fb84d1d1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1,6 +1,5 @@
<map id="iDriver_SendData" name="iDriver_SendData">
<area shape="rect" id="node1" title="Send data to the LCD." alt="" coords="391,5,515,32"/>
<area shape="rect" id="node2" href="$_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" id="node3" href="$_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" id="node4" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" id="node1" title="Send data to the LCD." alt="" coords="264,5,388,32"/>
<area shape="rect" id="node2" href="$_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>

View File

@ -1 +1 @@
87e94705023797a8844d9c8a723768d0
c3cc22bf8bde9449c4f9e8aa1b4a62ea

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

@ -1,7 +1,6 @@
<map id="vDriver_getFramenufferPerLine" name="vDriver_getFramenufferPerLine">
<area shape="rect" id="node1" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="549,31,751,57"/>
<area shape="rect" id="node2" href="$_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" id="node3" href="$_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" id="node5" href="$_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" id="node4" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" id="node1" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="423,31,624,57"/>
<area shape="rect" id="node2" href="$_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" id="node4" href="$_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>

View File

@ -1 +1 @@
b0a576bfbe37edb5240df528fd35ea02
01a4dcca4b3fa3bce54d490589f4db4d

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -1,7 +1,6 @@
<map id="iDriver_sendCmd" name="iDriver_sendCmd">
<area shape="rect" id="node1" title="Send a command to the LCD." alt="" coords="541,31,664,57"/>
<area shape="rect" id="node2" href="$_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="391,5,493,32"/>
<area shape="rect" id="node3" href="$_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="256,31,343,57"/>
<area shape="rect" id="node4" href="$_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,31,208,57"/>
<area shape="rect" id="node5" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" id="node1" title="Send a command to the LCD." alt="" coords="415,31,537,57"/>
<area shape="rect" id="node2" href="$_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="264,5,367,32"/>
<area shape="rect" id="node3" href="$_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="129,31,216,57"/>
<area shape="rect" id="node4" href="$_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,31,81,57"/>
</map>

View File

@ -1 +1 @@
0a74db58bdb37ec1570da09f3a029563
4bcb5c1234c30c7a667d965f13b5b4ed

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@ -1,7 +1,6 @@
<map id="iDriver_sendLineFinish" name="iDriver_sendLineFinish">
<area shape="rect" id="node1" title="send finish after line" alt="" coords="549,31,703,57"/>
<area shape="rect" id="node2" href="$_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" id="node3" href="$_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" id="node5" href="$_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" id="node4" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" id="node1" title="send finish after line" alt="" coords="423,31,576,57"/>
<area shape="rect" id="node2" href="$_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" id="node4" href="$_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>

View File

@ -1 +1 @@
04639fec66358c2e2a4af178a7736964
128053a74b4b0c90c03c6b604cd769ed

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@ -1,6 +1,5 @@
<map id="iDriver_writeFramebuffer" name="iDriver_writeFramebuffer">
<area shape="rect" id="node1" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" id="node2" href="$_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" id="node4" href="$_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" id="node3" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" id="node1" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>

View File

@ -1 +1 @@
936641f2810e4adc740d99d19b320932
2f79929485a88f6db54f47aefbe9d9fd

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -1,7 +1,6 @@
<map id="iDriver_sendLines" name="iDriver_sendLines">
<area shape="rect" id="node1" title="send line to lcd chip" alt="" coords="549,31,675,57"/>
<area shape="rect" id="node2" href="$_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" id="node3" href="$_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" id="node5" href="$_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" id="node4" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" id="node1" title="send line to lcd chip" alt="" coords="423,31,548,57"/>
<area shape="rect" id="node2" href="$_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" id="node4" href="$_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>

View File

@ -1 +1 @@
f863fbdcac95c49253b8a646b952b5af
f1d4878e64f8f2a5c8170448e42d7a05

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -1,6 +1,5 @@
<map id="vDriver_GetId" name="vDriver_GetId">
<area shape="rect" id="node1" title="get LCD driver chip id" alt="" coords="391,5,493,32"/>
<area shape="rect" id="node2" href="$_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" id="node3" href="$_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" id="node4" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" id="node1" title="get LCD driver chip id" alt="" coords="264,5,367,32"/>
<area shape="rect" id="node2" href="$_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>

View File

@ -1 +1 @@
d9fcf938c8b0da0555b14d20cd7824ca
b03a89c460ebce55c91bfae453a5c011

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

View File

@ -1,5 +1,4 @@
<map id="vDriver_init" name="vDriver_init">
<area shape="rect" id="node1" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" id="node2" href="$_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" id="node3" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" id="node1" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>

View File

@ -1 +1 @@
0e4383382538e0b889922a824c9d21d0
ea42f16662322e293201903961236aaa

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -1,6 +1,5 @@
<map id="vDriver_spiPreTransferCallback" name="vDriver_spiPreTransferCallback">
<area shape="rect" id="node1" title="Pre Transfer Callback." alt="" coords="391,5,596,32"/>
<area shape="rect" id="node2" href="$_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" id="node3" href="$_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" id="node4" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" id="node1" title="Pre Transfer Callback." alt="" coords="264,5,469,32"/>
<area shape="rect" id="node2" href="$_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>

View File

@ -1 +1 @@
4041043fe68829424cf1c148cefa0a86
c9af706683097f5f98e183291b6d4b86

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ESP32-WROVER-KIT-LCD-DRIVER: main/Driver.h File Reference</title>
<title>ESP32-WROVER-KIT-LCD-DRIVER: components/lcd/include/Driver.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@ -101,27 +101,27 @@ $(document).ready(function(){initNavTree('_driver_8h.html',''); initResizable();
</div><div class="textblock"><div class="dynheader">
Include dependency graph for Driver.h:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8h__incl.png" border="0" usemap="#amain_2_driver_8h" alt=""/></div>
<map name="main_2_driver_8h" id="amain_2_driver_8h">
<area shape="rect" title=" " alt="" coords="356,5,455,32"/>
<area shape="rect" title=" " alt="" coords="5,80,67,107"/>
<area shape="rect" title=" " alt="" coords="91,80,155,107"/>
<area shape="rect" title=" " alt="" coords="179,80,245,107"/>
<area shape="rect" title=" " alt="" coords="269,80,401,107"/>
<area shape="rect" title=" " alt="" coords="425,80,529,107"/>
<area shape="rect" title=" " alt="" coords="554,80,646,107"/>
<area shape="rect" title=" " alt="" coords="671,80,815,107"/>
<area shape="rect" title=" " alt="" coords="839,80,945,107"/>
<div class="center"><img src="_driver_8h__incl.png" border="0" usemap="#acomponents_2lcd_2include_2_driver_8h" alt=""/></div>
<map name="components_2lcd_2include_2_driver_8h" id="acomponents_2lcd_2include_2_driver_8h">
<area shape="rect" title=" " alt="" coords="326,5,485,47"/>
<area shape="rect" title=" " alt="" coords="5,95,67,121"/>
<area shape="rect" title=" " alt="" coords="91,95,155,121"/>
<area shape="rect" title=" " alt="" coords="179,95,245,121"/>
<area shape="rect" title=" " alt="" coords="269,95,401,121"/>
<area shape="rect" title=" " alt="" coords="425,95,529,121"/>
<area shape="rect" title=" " alt="" coords="554,95,646,121"/>
<area shape="rect" title=" " alt="" coords="671,95,815,121"/>
<area shape="rect" title=" " alt="" coords="839,95,945,121"/>
</map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8h__dep__incl.png" border="0" usemap="#amain_2_driver_8hdep" alt=""/></div>
<map name="main_2_driver_8hdep" id="amain_2_driver_8hdep">
<area shape="rect" title=" " alt="" coords="65,5,164,32"/>
<area shape="rect" href="_driver_8c.html" title="write the Framebuffer" alt="" coords="5,80,104,107"/>
<area shape="rect" href="_l_c_d_8c.html" title="sets and writes framebuffer" alt="" coords="129,80,221,107"/>
<div class="center"><img src="_driver_8h__dep__incl.png" border="0" usemap="#acomponents_2lcd_2include_2_driver_8hdep" alt=""/></div>
<map name="components_2lcd_2include_2_driver_8hdep" id="acomponents_2lcd_2include_2_driver_8hdep">
<area shape="rect" title=" " alt="" coords="74,5,233,47"/>
<area shape="rect" href="_driver_8c.html" title="write the Framebuffer" alt="" coords="5,95,141,136"/>
<area shape="rect" href="_l_c_d_8c.html" title="sets and writes framebuffer" alt="" coords="165,95,301,136"/>
</map>
</div>
</div>
@ -412,10 +412,9 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8h_a62a79453d5cfaf0693a21714162f22d4_icgraph.png" border="0" usemap="#a_driver_8h_a62a79453d5cfaf0693a21714162f22d4_icgraph" alt=""/></div>
<map name="_driver_8h_a62a79453d5cfaf0693a21714162f22d4_icgraph" id="a_driver_8h_a62a79453d5cfaf0693a21714162f22d4_icgraph">
<area shape="rect" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" href="_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" href="_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" href="_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" href="_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>
</div>
@ -465,9 +464,8 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_driver_8h_adb1369972e80eb05d5e831cbc7cf3d4f_icgraph.png" border="0" usemap="#a_driver_8h_adb1369972e80eb05d5e831cbc7cf3d4f_icgraph" alt=""/></div>
<map name="_driver_8h_adb1369972e80eb05d5e831cbc7cf3d4f_icgraph" id="a_driver_8h_adb1369972e80eb05d5e831cbc7cf3d4f_icgraph">
<area shape="rect" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" href="_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" href="_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>
</div>
@ -478,7 +476,7 @@ Here is the caller graph for this function:</div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5c982d53a68cdbcd421152b4020263a9.html">main</a></li><li class="navelem"><a class="el" href="_driver_8h.html">Driver.h</a></li>
<li class="navelem"><a class="el" href="dir_409f97388efe006bc3438b95e9edef48.html">components</a></li><li class="navelem"><a class="el" href="dir_8c3047c3b01c62334c9cb3295fc1c68f.html">lcd</a></li><li class="navelem"><a class="el" href="dir_fa7a4d24b569216cf1b68f7e93657ef0.html">include</a></li><li class="navelem"><a class="el" href="_driver_8h.html">Driver.h</a></li>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>

View File

@ -1,5 +1,5 @@
<map id="main/Driver.h" name="main/Driver.h">
<area shape="rect" id="node1" title=" " alt="" coords="65,5,164,32"/>
<area shape="rect" id="node2" href="$_driver_8c.html" title="write the Framebuffer" alt="" coords="5,80,104,107"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html" title="sets and writes framebuffer" alt="" coords="129,80,221,107"/>
<map id="components/lcd/include/Driver.h" name="components/lcd/include/Driver.h">
<area shape="rect" id="node1" title=" " alt="" coords="74,5,233,47"/>
<area shape="rect" id="node2" href="$_driver_8c.html" title="write the Framebuffer" alt="" coords="5,95,141,136"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html" title="sets and writes framebuffer" alt="" coords="165,95,301,136"/>
</map>

View File

@ -1 +1 @@
b60942f7870fb0fb9bc3598f4ac4e7b4
e8ae76402220a90db195f44fd11489ba

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@ -1,11 +1,11 @@
<map id="main/Driver.h" name="main/Driver.h">
<area shape="rect" id="node1" title=" " alt="" coords="356,5,455,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,80,67,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="91,80,155,107"/>
<area shape="rect" id="node4" title=" " alt="" coords="179,80,245,107"/>
<area shape="rect" id="node5" title=" " alt="" coords="269,80,401,107"/>
<area shape="rect" id="node6" title=" " alt="" coords="425,80,529,107"/>
<area shape="rect" id="node7" title=" " alt="" coords="554,80,646,107"/>
<area shape="rect" id="node8" title=" " alt="" coords="671,80,815,107"/>
<area shape="rect" id="node9" title=" " alt="" coords="839,80,945,107"/>
<map id="components/lcd/include/Driver.h" name="components/lcd/include/Driver.h">
<area shape="rect" id="node1" title=" " alt="" coords="326,5,485,47"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,95,67,121"/>
<area shape="rect" id="node3" title=" " alt="" coords="91,95,155,121"/>
<area shape="rect" id="node4" title=" " alt="" coords="179,95,245,121"/>
<area shape="rect" id="node5" title=" " alt="" coords="269,95,401,121"/>
<area shape="rect" id="node6" title=" " alt="" coords="425,95,529,121"/>
<area shape="rect" id="node7" title=" " alt="" coords="554,95,646,121"/>
<area shape="rect" id="node8" title=" " alt="" coords="671,95,815,121"/>
<area shape="rect" id="node9" title=" " alt="" coords="839,95,945,121"/>
</map>

View File

@ -1 +1 @@
c0df6be80af98891f76b503cfca61ace
c4617a374e17eb6efe217a86e61028f1

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -1,6 +1,5 @@
<map id="iDriver_writeFramebuffer" name="iDriver_writeFramebuffer">
<area shape="rect" id="node1" title="write framebuffer to LCD via SPI" alt="" coords="337,31,501,57"/>
<area shape="rect" id="node2" href="$_l_c_d_8h.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" id="node4" href="$_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,56,271,83"/>
<area shape="rect" id="node3" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,31,84,57"/>
<area shape="rect" id="node1" title="write framebuffer to LCD via SPI" alt="" coords="211,31,375,57"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="5,5,163,32"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="23,56,145,83"/>
</map>

View File

@ -1 +1 @@
936641f2810e4adc740d99d19b320932
2f79929485a88f6db54f47aefbe9d9fd

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@ -1,5 +1,4 @@
<map id="vDriver_init" name="vDriver_init">
<area shape="rect" id="node1" title="Initialize the driver." alt="" coords="256,5,343,32"/>
<area shape="rect" id="node2" href="$_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" id="node3" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" id="node1" title="Initialize the driver." alt="" coords="129,5,216,32"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>

View File

@ -1 +1 @@
0e4383382538e0b889922a824c9d21d0
ea42f16662322e293201903961236aaa

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ESP32-WROVER-KIT-LCD-DRIVER: main/Driver.h Source File</title>
<title>ESP32-WROVER-KIT-LCD-DRIVER: components/lcd/include/Driver.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@ -140,45 +140,19 @@ $(document).ready(function(){initNavTree('_driver_8h_source.html',''); initResiz
</div><!-- doc-content -->
<div class="ttc" id="a_driver_8h_html_af7d58f245cddf61cb03041b87649be87a81e4b8462aa2094b20d9951ca192e771"><div class="ttname"><a href="_driver_8h.html#af7d58f245cddf61cb03041b87649be87a81e4b8462aa2094b20d9951ca192e771">LCD_TYPE_ST</a></div><div class="ttdeci">@ LCD_TYPE_ST</div><div class="ttdef"><b>Definition:</b> Driver.h:51</div></div>
<div class="ttc" id="a_driver_8h_html_af7d58f245cddf61cb03041b87649be87a25e54d1c5bfe717fa20bc4773be47639"><div class="ttname"><a href="_driver_8h.html#af7d58f245cddf61cb03041b87649be87a25e54d1c5bfe717fa20bc4773be47639">LCD_TYPE_MAX</a></div><div class="ttdeci">@ LCD_TYPE_MAX</div><div class="ttdef"><b>Definition:</b> Driver.h:52</div></div>
<div class="ttc" id="a_driver_8c_html_a3d6cd2f0685caf993fd7455dd100dd7c"><div class="ttname"><a href="_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c">iDriver_sendLineFinish</a></div><div class="ttdeci">static esp_err_t iDriver_sendLineFinish(void)</div><div class="ttdoc">send finish after line</div><div class="ttdef"><b>Definition:</b> Driver.c:457</div></div>
<div class="ttc" id="a_driver_8h_html_a756bcaa6e44d1879623a058849c66fbb"><div class="ttname"><a href="_driver_8h.html#a756bcaa6e44d1879623a058849c66fbb">PIN_NUM_CLK</a></div><div class="ttdeci">#define PIN_NUM_CLK</div><div class="ttdef"><b>Definition:</b> Driver.h:26</div></div>
<div class="ttc" id="a_driver_8h_html_a62a79453d5cfaf0693a21714162f22d4"><div class="ttname"><a href="_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4">iDriver_writeFramebuffer</a></div><div class="ttdeci">esp_err_t iDriver_writeFramebuffer(uint16_t ***pu16Framebuffer)</div><div class="ttdoc">write framebuffer to LCD via SPI</div><div class="ttdef"><b>Definition:</b> Driver.c:341</div></div>
<div class="ttc" id="a_c_make_lists_8txt_html_ac91c459607464754efeb41fb7847c9fc"><div class="ttname"><a href="_c_make_lists_8txt.html#ac91c459607464754efeb41fb7847c9fc">set</a></div><div class="ttdeci">set(srcs &quot;src/LCD.c&quot; &quot;src/Driver.c&quot;) idf_component_register(SRCS &quot;$</div><div class="ttdef"><b>Definition:</b> CMakeLists.txt:1</div></div>
<div class="ttc" id="a_driver_8h_html_af7d58f245cddf61cb03041b87649be87a43969af9123789fbe2dc107d2ba52414"><div class="ttname"><a href="_driver_8h.html#af7d58f245cddf61cb03041b87649be87a43969af9123789fbe2dc107d2ba52414">LCD_TYPE_ILI</a></div><div class="ttdeci">@ LCD_TYPE_ILI</div><div class="ttdef"><b>Definition:</b> Driver.h:50</div></div>
<div class="ttc" id="a_c_make_lists_8txt_html_a947758c3656053b91799489dff75eeb1"><div class="ttname"><a href="_c_make_lists_8txt.html#a947758c3656053b91799489dff75eeb1">set</a></div><div class="ttdeci">set(srcs &quot;LCD.c&quot; &quot;Driver.c&quot; &quot;Example_Main.c&quot;) idf_component_register(SRCS $</div><div class="ttdef"><b>Definition:</b> CMakeLists.txt:1</div></div>
<div class="ttc" id="a_driver_8h_html_ab92e6ca5a63084dc89b10b01c1f43a36"><div class="ttname"><a href="_driver_8h.html#ab92e6ca5a63084dc89b10b01c1f43a36">LCD_HOST</a></div><div class="ttdeci">#define LCD_HOST</div><div class="ttdef"><b>Definition:</b> Driver.h:21</div></div>
<div class="ttc" id="a_driver_8c_html_a3ce1541687c13e00a1cc1d4d7ff564aa"><div class="ttname"><a href="_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa">vDriver_getFramenufferPerLine</a></div><div class="ttdeci">void vDriver_getFramenufferPerLine(uint16_t *pu16Dest, uint16_t u16Line, uint16_t u16Linect, uint16_t ***pu16Framebuffer)</div><div class="ttdoc">Get the pixel data for a set of lines (with implied line size of 320)</div><div class="ttdef"><b>Definition:</b> Driver.c:374</div></div>
<div class="ttc" id="a_driver_8h_html_a3d815411a5730aaa16b29eba886c2f89"><div class="ttname"><a href="_driver_8h.html#a3d815411a5730aaa16b29eba886c2f89">PIN_NUM_DC</a></div><div class="ttdeci">#define PIN_NUM_DC</div><div class="ttdef"><b>Definition:</b> Driver.h:29</div></div>
<div class="ttc" id="a_driver_8c_html_adb1369972e80eb05d5e831cbc7cf3d4f"><div class="ttname"><a href="_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f">vDriver_init</a></div><div class="ttdeci">esp_err_t vDriver_init(void)</div><div class="ttdoc">Initialize the driver.</div><div class="ttdef"><b>Definition:</b> Driver.c:130</div></div>
<div class="ttc" id="a_driver_8c_html_a066209485105862c60c5f9393caa48be"><div class="ttname"><a href="_driver_8c.html#a066209485105862c60c5f9393caa48be">iDriver_SendData</a></div><div class="ttdeci">esp_err_t iDriver_SendData(const uint8_t *pu8Data, uint16_t u16Len)</div><div class="ttdoc">Send data to the LCD.</div><div class="ttdef"><b>Definition:</b> Driver.c:276</div></div>
<div class="ttc" id="a_driver_8h_html_adb1369972e80eb05d5e831cbc7cf3d4f"><div class="ttname"><a href="_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f">vDriver_init</a></div><div class="ttdeci">esp_err_t vDriver_init(void)</div><div class="ttdoc">Initialize the driver.</div><div class="ttdef"><b>Definition:</b> Driver.c:130</div></div>
<div class="ttc" id="a_driver_8c_html_ae2d5a9bae2c3a62f89e2cc83cc36a61e"><div class="ttname"><a href="_driver_8c.html#ae2d5a9bae2c3a62f89e2cc83cc36a61e">vDriver_spiPreTransferCallback</a></div><div class="ttdeci">void vDriver_spiPreTransferCallback(spi_transaction_t *t)</div><div class="ttdoc">Pre Transfer Callback.</div><div class="ttdef"><b>Definition:</b> Driver.c:300</div></div>
<div class="ttc" id="a_driver_8c_html_acfaa6e6c39d79e04fadf512cf9ca3944"><div class="ttname"><a href="_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944">vDriver_GetId</a></div><div class="ttdeci">uint32_t vDriver_GetId(void)</div><div class="ttdoc">get LCD driver chip id</div><div class="ttdef"><b>Definition:</b> Driver.c:314</div></div>
<div class="ttc" id="a_driver_8h_html_ac01f4eafb1a3eff33d14e7595115d9b2"><div class="ttname"><a href="_driver_8h.html#ac01f4eafb1a3eff33d14e7595115d9b2">PIN_NUM_BCKL</a></div><div class="ttdeci">#define PIN_NUM_BCKL</div><div class="ttdef"><b>Definition:</b> Driver.h:31</div></div>
<div class="ttc" id="a_driver_8c_html_a6aa4436d527ed2c7be6421f98e864938"><div class="ttname"><a href="_driver_8c.html#a6aa4436d527ed2c7be6421f98e864938">ili_init_cmds</a></div><div class="ttdeci">static DRAM_ATTR const lcd_init_cmd_t ili_init_cmds[]</div><div class="ttdef"><b>Definition:</b> Driver.c:62</div></div>
<div class="ttc" id="a_driver_8c_html_a62a79453d5cfaf0693a21714162f22d4"><div class="ttname"><a href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4">iDriver_writeFramebuffer</a></div><div class="ttdeci">esp_err_t iDriver_writeFramebuffer(uint16_t ***pu16Framebuffer)</div><div class="ttdoc">write framebuffer to LCD via SPI</div><div class="ttdef"><b>Definition:</b> Driver.c:341</div></div>
<div class="ttc" id="a_driver_8h_html_a6c332c3f862c9e17cb09b32c73516a4a"><div class="ttname"><a href="_driver_8h.html#a6c332c3f862c9e17cb09b32c73516a4a">PIN_NUM_CS</a></div><div class="ttdeci">#define PIN_NUM_CS</div><div class="ttdef"><b>Definition:</b> Driver.h:27</div></div>
<div class="ttc" id="a_driver_8c_html_a0cf1d2efd4835b68210776d5c130abd8"><div class="ttname"><a href="_driver_8c.html#a0cf1d2efd4835b68210776d5c130abd8">sending_line</a></div><div class="ttdeci">int16_t sending_line</div><div class="ttdef"><b>Definition:</b> Driver.c:16</div></div>
<div class="ttc" id="a_driver_8c_html_ab611c2d5911c284b757197882ea227be"><div class="ttname"><a href="_driver_8c.html#ab611c2d5911c284b757197882ea227be">iDriver_sendLines</a></div><div class="ttdeci">static esp_err_t iDriver_sendLines(uint16_t u16Ypos, uint16_t *pu16Linedata)</div><div class="ttdoc">send line to lcd chip</div><div class="ttdef"><b>Definition:</b> Driver.c:399</div></div>
<div class="ttc" id="a_driver_8c_html_a16670a27e1bd7092e32c99bb10c912ee"><div class="ttname"><a href="_driver_8c.html#a16670a27e1bd7092e32c99bb10c912ee">st_init_cmds</a></div><div class="ttdeci">static DRAM_ATTR const lcd_init_cmd_t st_init_cmds[]</div><div class="ttdef"><b>Definition:</b> Driver.c:28</div></div>
<div class="ttc" id="a_driver_8h_html_af7d58f245cddf61cb03041b87649be87"><div class="ttname"><a href="_driver_8h.html#af7d58f245cddf61cb03041b87649be87">type_lcd_t</a></div><div class="ttdeci">type_lcd_t</div><div class="ttdef"><b>Definition:</b> Driver.h:49</div></div>
<div class="ttc" id="a_driver_8c_html_a9afae6881efba341049aa70a18412c92"><div class="ttname"><a href="_driver_8c.html#a9afae6881efba341049aa70a18412c92">lines</a></div><div class="ttdeci">uint16_t * lines[2]</div><div class="ttdef"><b>Definition:</b> Driver.c:15</div></div>
<div class="ttc" id="a_driver_8h_html_a5d25ddc479bad8adec832512e5b4eece"><div class="ttname"><a href="_driver_8h.html#a5d25ddc479bad8adec832512e5b4eece">PARALLEL_LINES</a></div><div class="ttdeci">#define PARALLEL_LINES</div><div class="ttdef"><b>Definition:</b> Driver.h:38</div></div>
<div class="ttc" id="a_l_c_d_8c_html_a1cf4497f1e3b602bc54e6f42ea73d9ed"><div class="ttname"><a href="_l_c_d_8c.html#a1cf4497f1e3b602bc54e6f42ea73d9ed">pu16Framebuffer</a></div><div class="ttdeci">uint16_t ** pu16Framebuffer</div><div class="ttdef"><b>Definition:</b> LCD.c:23</div></div>
<div class="ttc" id="a_driver_8h_html_a4ffa0949bfda52d9c7b37fcb148cbb53"><div class="ttname"><a href="_driver_8h.html#a4ffa0949bfda52d9c7b37fcb148cbb53">PIN_NUM_MISO</a></div><div class="ttdeci">#define PIN_NUM_MISO</div><div class="ttdef"><b>Definition:</b> Driver.h:24</div></div>
<div class="ttc" id="a_driver_8h_html_a5c8e512df4a72e57db32aca9123c172f"><div class="ttname"><a href="_driver_8h.html#a5c8e512df4a72e57db32aca9123c172f">DMA_CHAN</a></div><div class="ttdeci">#define DMA_CHAN</div><div class="ttdef"><b>Definition:</b> Driver.h:22</div></div>
<div class="ttc" id="astructlcd__init__cmd__t_html_aee6f3ae53f83fcbcdbd04b5053606a97"><div class="ttname"><a href="structlcd__init__cmd__t.html#aee6f3ae53f83fcbcdbd04b5053606a97">lcd_init_cmd_t::databytes</a></div><div class="ttdeci">uint8_t databytes</div><div class="ttdef"><b>Definition:</b> Driver.h:46</div></div>
<div class="ttc" id="a_driver_8h_html_ae182645b129195913db278d6fcec38ae"><div class="ttname"><a href="_driver_8h.html#ae182645b129195913db278d6fcec38ae">PIN_NUM_RST</a></div><div class="ttdeci">#define PIN_NUM_RST</div><div class="ttdef"><b>Definition:</b> Driver.h:30</div></div>
<div class="ttc" id="a_driver_8c_html_a3ce4cd1bae3e49f2d06a880446db54d4"><div class="ttname"><a href="_driver_8c.html#a3ce4cd1bae3e49f2d06a880446db54d4">iDriver_sendCmd</a></div><div class="ttdeci">esp_err_t iDriver_sendCmd(const uint8_t u8Cmd)</div><div class="ttdoc">Send a command to the LCD.</div><div class="ttdef"><b>Definition:</b> Driver.c:247</div></div>
<div class="ttc" id="a_driver_8c_html_ac797ff8a3dcc46966bb645519d99c822"><div class="ttname"><a href="_driver_8c.html#ac797ff8a3dcc46966bb645519d99c822">calc_line</a></div><div class="ttdeci">int16_t calc_line</div><div class="ttdef"><b>Definition:</b> Driver.c:17</div></div>
<div class="ttc" id="a_driver_8h_html_a060569807a8819489e6a7b4ee17ad67b"><div class="ttname"><a href="_driver_8h.html#a060569807a8819489e6a7b4ee17ad67b">PIN_NUM_MOSI</a></div><div class="ttdeci">#define PIN_NUM_MOSI</div><div class="ttdef"><b>Definition:</b> Driver.h:25</div></div>
<div class="ttc" id="astructlcd__init__cmd__t_html_a4d43e8212bdc9dbee866506f04effcea"><div class="ttname"><a href="structlcd__init__cmd__t.html#a4d43e8212bdc9dbee866506f04effcea">lcd_init_cmd_t::cmd</a></div><div class="ttdeci">uint8_t cmd</div><div class="ttdef"><b>Definition:</b> Driver.h:44</div></div>
<div class="ttc" id="astructlcd__init__cmd__t_html"><div class="ttname"><a href="structlcd__init__cmd__t.html">lcd_init_cmd_t</a></div><div class="ttdef"><b>Definition:</b> Driver.h:43</div></div>
<div class="ttc" id="a_driver_8h_html"><div class="ttname"><a href="_driver_8h.html">Driver.h</a></div></div>
<div class="ttc" id="a_driver_8c_html_af04b0de520c6e42f039c5edf47b13dc2"><div class="ttname"><a href="_driver_8c.html#af04b0de520c6e42f039c5edf47b13dc2">spi</a></div><div class="ttdeci">spi_device_handle_t spi</div><div class="ttdef"><b>Definition:</b> Driver.c:13</div></div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5c982d53a68cdbcd421152b4020263a9.html">main</a></li><li class="navelem"><a class="el" href="_driver_8h.html">Driver.h</a></li>
<li class="navelem"><a class="el" href="dir_409f97388efe006bc3438b95e9edef48.html">components</a></li><li class="navelem"><a class="el" href="dir_8c3047c3b01c62334c9cb3295fc1c68f.html">lcd</a></li><li class="navelem"><a class="el" href="dir_fa7a4d24b569216cf1b68f7e93657ef0.html">include</a></li><li class="navelem"><a class="el" href="_driver_8h.html">Driver.h</a></li>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>

View File

@ -1,183 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ESP32-WROVER-KIT-LCD-DRIVER: main/Example_Main.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">ESP32-WROVER-KIT-LCD-DRIVER
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.20 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('_example___main_8c.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="summary">
<a href="#func-members">Functions</a> </div>
<div class="headertitle">
<div class="title">Example_Main.c File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include &lt;stdio.h&gt;</code><br />
<code>#include &lt;stdlib.h&gt;</code><br />
<code>#include &lt;string.h&gt;</code><br />
<code>#include &quot;esp_system.h&quot;</code><br />
<code>#include &quot;freertos/FreeRTOS.h&quot;</code><br />
<code>#include &quot;freertos/task.h&quot;</code><br />
<code>#include &quot;<a class="el" href="_l_c_d_8h_source.html">LCD.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for Example_Main.c:</div>
<div class="dyncontent">
<div class="center"><img src="_example___main_8c__incl.png" border="0" usemap="#amain_2_example___main_8c" alt=""/></div>
<map name="main_2_example___main_8c" id="amain_2_example___main_8c">
<area shape="rect" title=" " alt="" coords="194,5,345,32"/>
<area shape="rect" title=" " alt="" coords="5,155,67,181"/>
<area shape="rect" title=" " alt="" coords="91,155,155,181"/>
<area shape="rect" title=" " alt="" coords="179,155,245,181"/>
<area shape="rect" title=" " alt="" coords="541,155,645,181"/>
<area shape="rect" title=" " alt="" coords="375,80,519,107"/>
<area shape="rect" title=" " alt="" coords="543,80,649,107"/>
<area shape="rect" href="_l_c_d_8h.html" title=" " alt="" coords="239,80,299,107"/>
<area shape="rect" title=" " alt="" coords="269,155,401,181"/>
<area shape="rect" title=" " alt="" coords="425,155,517,181"/>
</map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a630544a7f0a2cc40d8a7fefab7e2fe70"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70">app_main</a> (void)</td></tr>
<tr class="memdesc:a630544a7f0a2cc40d8a7fefab7e2fe70"><td class="mdescLeft">&#160;</td><td class="mdescRight">main task <a href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70">More...</a><br /></td></tr>
<tr class="separator:a630544a7f0a2cc40d8a7fefab7e2fe70"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<h2 class="groupheader">Function Documentation</h2>
<a id="a630544a7f0a2cc40d8a7fefab7e2fe70"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a630544a7f0a2cc40d8a7fefab7e2fe70">&#9670;&nbsp;</a></span>app_main()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void app_main </td>
<td>(</td>
<td class="paramtype">void&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
</table>
</div><div class="memdoc">
<p>main task </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">void</td><td></td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>void </dd></dl>
<dl class="section author"><dt>Author</dt><dd>Hendrik Schutter </dd></dl>
<dl class="section date"><dt>Date</dt><dd>3.11.2020 </dd></dl>
<div class="dynheader">
Here is the call graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_example___main_8c_a630544a7f0a2cc40d8a7fefab7e2fe70_cgraph.png" border="0" usemap="#a_example___main_8c_a630544a7f0a2cc40d8a7fefab7e2fe70_cgraph" alt=""/></div>
<map name="_example___main_8c_a630544a7f0a2cc40d8a7fefab7e2fe70_cgraph" id="a_example___main_8c_a630544a7f0a2cc40d8a7fefab7e2fe70_cgraph">
<area shape="rect" title="main task" alt="" coords="5,227,84,253"/>
<area shape="rect" href="_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,227,289,253"/>
<area shape="rect" href="_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="173,164,249,191"/>
<area shape="rect" href="_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,277,271,304"/>
<area shape="rect" href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="343,252,507,279"/>
<area shape="rect" href="_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="586,208,739,235"/>
<area shape="rect" href="_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="600,259,725,285"/>
<area shape="rect" href="_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="562,309,763,336"/>
<area shape="rect" href="_l_c_d_8c.html#a13ff792cd544fe043593ceb2a8150c3c" title="allocate framebuffer" alt="" coords="337,164,512,191"/>
<area shape="rect" href="_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="381,107,468,133"/>
<area shape="rect" href="_driver_8c.html#a3ce4cd1bae3e49f2d06a880446db54d4" title="Send a command to the LCD." alt="" coords="813,107,936,133"/>
<area shape="rect" href="_driver_8c.html#a066209485105862c60c5f9393caa48be" title="Send data to the LCD." alt="" coords="601,5,725,32"/>
<area shape="rect" href="_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="611,157,714,184"/>
<area shape="rect" href="_driver_8c.html#ae2d5a9bae2c3a62f89e2cc83cc36a61e" title="Pre Transfer Callback." alt="" coords="560,107,765,133"/>
<area shape="rect" href="_l_c_d_8c.html#a3797f0f021c102d4f15fdbb57167a04c" title="write string/text into framebuffer" alt="" coords="365,303,484,329"/>
</map>
</div>
</div>
</div>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5c982d53a68cdbcd421152b4020263a9.html">main</a></li><li class="navelem"><a class="el" href="_example___main_8c.html">Example_Main.c</a></li>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>
</body>
</html>

View File

@ -1,4 +0,0 @@
var _example___main_8c =
[
[ "app_main", "_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70", null ]
];

View File

@ -1,12 +0,0 @@
<map id="main/Example_Main.c" name="main/Example_Main.c">
<area shape="rect" id="node1" title=" " alt="" coords="194,5,345,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,155,67,181"/>
<area shape="rect" id="node3" title=" " alt="" coords="91,155,155,181"/>
<area shape="rect" id="node4" title=" " alt="" coords="179,155,245,181"/>
<area shape="rect" id="node5" title=" " alt="" coords="541,155,645,181"/>
<area shape="rect" id="node6" title=" " alt="" coords="375,80,519,107"/>
<area shape="rect" id="node7" title=" " alt="" coords="543,80,649,107"/>
<area shape="rect" id="node8" href="$_l_c_d_8h.html" title=" " alt="" coords="239,80,299,107"/>
<area shape="rect" id="node9" title=" " alt="" coords="269,155,401,181"/>
<area shape="rect" id="node10" title=" " alt="" coords="425,155,517,181"/>
</map>

View File

@ -1 +0,0 @@
36646b1965308d2e799f9884863f63cc

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@ -1,17 +0,0 @@
<map id="app_main" name="app_main">
<area shape="rect" id="node1" title="main task" alt="" coords="5,227,84,253"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html#a95f7c4fb0d7de1cb623b52031aad3fe8" title="clear complete framebuffer with a color" alt="" coords="132,227,289,253"/>
<area shape="rect" id="node7" href="$_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="173,164,249,191"/>
<area shape="rect" id="node14" href="$_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="150,277,271,304"/>
<area shape="rect" id="node3" href="$_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="343,252,507,279"/>
<area shape="rect" id="node4" href="$_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="586,208,739,235"/>
<area shape="rect" id="node5" href="$_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="600,259,725,285"/>
<area shape="rect" id="node6" href="$_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="562,309,763,336"/>
<area shape="rect" id="node8" href="$_l_c_d_8c.html#a13ff792cd544fe043593ceb2a8150c3c" title="allocate framebuffer" alt="" coords="337,164,512,191"/>
<area shape="rect" id="node9" href="$_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="381,107,468,133"/>
<area shape="rect" id="node10" href="$_driver_8c.html#a3ce4cd1bae3e49f2d06a880446db54d4" title="Send a command to the LCD." alt="" coords="813,107,936,133"/>
<area shape="rect" id="node11" href="$_driver_8c.html#a066209485105862c60c5f9393caa48be" title="Send data to the LCD." alt="" coords="601,5,725,32"/>
<area shape="rect" id="node12" href="$_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="611,157,714,184"/>
<area shape="rect" id="node13" href="$_driver_8c.html#ae2d5a9bae2c3a62f89e2cc83cc36a61e" title="Pre Transfer Callback." alt="" coords="560,107,765,133"/>
<area shape="rect" id="node15" href="$_l_c_d_8c.html#a3797f0f021c102d4f15fdbb57167a04c" title="write string/text into framebuffer" alt="" coords="365,303,484,329"/>
</map>

View File

@ -1 +0,0 @@
d2ebae4526d307828bec586ee729a679

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ESP32-WROVER-KIT-LCD-DRIVER: main/LCD.c File Reference</title>
<title>ESP32-WROVER-KIT-LCD-DRIVER: components/lcd/src/LCD.c File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@ -96,19 +96,19 @@ $(document).ready(function(){initNavTree('_l_c_d_8c.html',''); initResizable();
</div><div class="textblock"><div class="dynheader">
Include dependency graph for LCD.c:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8c__incl.png" border="0" usemap="#amain_2_l_c_d_8c" alt=""/></div>
<map name="main_2_l_c_d_8c" id="amain_2_l_c_d_8c">
<area shape="rect" title="sets and writes framebuffer" alt="" coords="335,5,427,32"/>
<area shape="rect" href="_l_c_d_8h.html" title=" " alt="" coords="307,80,367,107"/>
<area shape="rect" href="_driver_8h.html" title=" " alt="" coords="392,80,459,107"/>
<area shape="rect" title=" " alt="" coords="5,155,67,181"/>
<area shape="rect" title=" " alt="" coords="91,155,155,181"/>
<area shape="rect" title=" " alt="" coords="179,155,311,181"/>
<area shape="rect" title=" " alt="" coords="335,155,427,181"/>
<area shape="rect" title=" " alt="" coords="451,155,517,181"/>
<area shape="rect" title=" " alt="" coords="541,155,645,181"/>
<area shape="rect" title=" " alt="" coords="669,155,813,181"/>
<area shape="rect" title=" " alt="" coords="837,155,944,181"/>
<div class="center"><img src="_l_c_d_8c__incl.png" border="0" usemap="#acomponents_2lcd_2src_2_l_c_d_8c" alt=""/></div>
<map name="components_2lcd_2src_2_l_c_d_8c" id="acomponents_2lcd_2src_2_l_c_d_8c">
<area shape="rect" title="sets and writes framebuffer" alt="" coords="313,5,449,47"/>
<area shape="rect" href="_l_c_d_8h.html" title=" " alt="" coords="307,95,367,121"/>
<area shape="rect" href="_driver_8h.html" title=" " alt="" coords="392,95,459,121"/>
<area shape="rect" title=" " alt="" coords="5,169,67,196"/>
<area shape="rect" title=" " alt="" coords="91,169,155,196"/>
<area shape="rect" title=" " alt="" coords="179,169,311,196"/>
<area shape="rect" title=" " alt="" coords="335,169,427,196"/>
<area shape="rect" title=" " alt="" coords="451,169,517,196"/>
<area shape="rect" title=" " alt="" coords="541,169,645,196"/>
<area shape="rect" title=" " alt="" coords="669,169,813,196"/>
<area shape="rect" title=" " alt="" coords="837,169,944,196"/>
</map>
</div>
</div><table class="memberdecls">
@ -176,9 +176,8 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8c_a13ff792cd544fe043593ceb2a8150c3c_icgraph.png" border="0" usemap="#a_l_c_d_8c_a13ff792cd544fe043593ceb2a8150c3c_icgraph" alt=""/></div>
<map name="_l_c_d_8c_a13ff792cd544fe043593ceb2a8150c3c_icgraph" id="a_l_c_d_8c_a13ff792cd544fe043593ceb2a8150c3c_icgraph">
<area shape="rect" title="allocate framebuffer" alt="" coords="256,5,431,32"/>
<area shape="rect" href="_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" title="allocate framebuffer" alt="" coords="129,5,304,32"/>
<area shape="rect" href="_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>
</div>
@ -216,21 +215,12 @@ Here is the call graph for this function:</div>
<div class="center"><img src="_l_c_d_8c_a95f7c4fb0d7de1cb623b52031aad3fe8_cgraph.png" border="0" usemap="#a_l_c_d_8c_a95f7c4fb0d7de1cb623b52031aad3fe8_cgraph" alt=""/></div>
<map name="_l_c_d_8c_a95f7c4fb0d7de1cb623b52031aad3fe8_cgraph" id="a_l_c_d_8c_a95f7c4fb0d7de1cb623b52031aad3fe8_cgraph">
<area shape="rect" title="clear complete framebuffer with a color" alt="" coords="5,56,163,83"/>
<area shape="rect" href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,56,375,83"/>
<area shape="rect" href="_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,56,375,83"/>
<area shape="rect" href="_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="447,5,600,32"/>
<area shape="rect" href="_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="461,56,586,83"/>
<area shape="rect" href="_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="423,107,624,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8c_a95f7c4fb0d7de1cb623b52031aad3fe8_icgraph.png" border="0" usemap="#a_l_c_d_8c_a95f7c4fb0d7de1cb623b52031aad3fe8_icgraph" alt=""/></div>
<map name="_l_c_d_8c_a95f7c4fb0d7de1cb623b52031aad3fe8_icgraph" id="a_l_c_d_8c_a95f7c4fb0d7de1cb623b52031aad3fe8_icgraph">
<area shape="rect" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>
</div>
</div>
</div>
@ -267,22 +257,13 @@ Here is the call graph for this function:</div>
<map name="_l_c_d_8c_a4d0719889f64bf0c82dd5adc3a26adf3_cgraph" id="a_l_c_d_8c_a4d0719889f64bf0c82dd5adc3a26adf3_cgraph">
<area shape="rect" title="init" alt="" coords="5,31,81,57"/>
<area shape="rect" href="_l_c_d_8c.html#a13ff792cd544fe043593ceb2a8150c3c" title="allocate framebuffer" alt="" coords="129,5,304,32"/>
<area shape="rect" href="_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="173,56,260,83"/>
<area shape="rect" href="_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="173,56,260,83"/>
<area shape="rect" href="_driver_8c.html#a3ce4cd1bae3e49f2d06a880446db54d4" title="Send a command to the LCD." alt="" coords="605,31,728,57"/>
<area shape="rect" href="_driver_8c.html#a066209485105862c60c5f9393caa48be" title="Send data to the LCD." alt="" coords="393,31,517,57"/>
<area shape="rect" href="_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="403,81,506,108"/>
<area shape="rect" href="_driver_8c.html#ae2d5a9bae2c3a62f89e2cc83cc36a61e" title="Pre Transfer Callback." alt="" coords="352,132,557,159"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8c_a4d0719889f64bf0c82dd5adc3a26adf3_icgraph.png" border="0" usemap="#a_l_c_d_8c_a4d0719889f64bf0c82dd5adc3a26adf3_icgraph" alt=""/></div>
<map name="_l_c_d_8c_a4d0719889f64bf0c82dd5adc3a26adf3_icgraph" id="a_l_c_d_8c_a4d0719889f64bf0c82dd5adc3a26adf3_icgraph">
<area shape="rect" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>
</div>
</div>
</div>
@ -350,22 +331,13 @@ Here is the call graph for this function:</div>
<div class="center"><img src="_l_c_d_8c_a305dd37530a1617090bbc448e2e40d26_cgraph.png" border="0" usemap="#a_l_c_d_8c_a305dd37530a1617090bbc448e2e40d26_cgraph" alt=""/></div>
<map name="_l_c_d_8c_a305dd37530a1617090bbc448e2e40d26_cgraph" id="a_l_c_d_8c_a305dd37530a1617090bbc448e2e40d26_cgraph">
<area shape="rect" title="write string/text into framebuffer" alt="" coords="5,81,127,108"/>
<area shape="rect" href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="175,56,339,83"/>
<area shape="rect" href="_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="175,56,339,83"/>
<area shape="rect" href="_l_c_d_8c.html#a3797f0f021c102d4f15fdbb57167a04c" title="write string/text into framebuffer" alt="" coords="197,107,316,133"/>
<area shape="rect" href="_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="411,5,564,32"/>
<area shape="rect" href="_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="425,56,550,83"/>
<area shape="rect" href="_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="387,107,588,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8c_a305dd37530a1617090bbc448e2e40d26_icgraph.png" border="0" usemap="#a_l_c_d_8c_a305dd37530a1617090bbc448e2e40d26_icgraph" alt=""/></div>
<map name="_l_c_d_8c_a305dd37530a1617090bbc448e2e40d26_icgraph" id="a_l_c_d_8c_a305dd37530a1617090bbc448e2e40d26_icgraph">
<area shape="rect" title="write string/text into framebuffer" alt="" coords="132,5,253,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>
</div>
</div>
</div>
@ -432,9 +404,8 @@ Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8c_a3797f0f021c102d4f15fdbb57167a04c_icgraph.png" border="0" usemap="#a_l_c_d_8c_a3797f0f021c102d4f15fdbb57167a04c_icgraph" alt=""/></div>
<map name="_l_c_d_8c_a3797f0f021c102d4f15fdbb57167a04c_icgraph" id="a_l_c_d_8c_a3797f0f021c102d4f15fdbb57167a04c_icgraph">
<area shape="rect" title="write string/text into framebuffer" alt="" coords="301,5,420,32"/>
<area shape="rect" href="_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="132,5,253,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" title="write string/text into framebuffer" alt="" coords="175,5,293,32"/>
<area shape="rect" href="_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="5,5,127,32"/>
</map>
</div>
@ -482,7 +453,7 @@ Here is the caller graph for this function:</div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5c982d53a68cdbcd421152b4020263a9.html">main</a></li><li class="navelem"><a class="el" href="_l_c_d_8c.html">LCD.c</a></li>
<li class="navelem"><a class="el" href="dir_409f97388efe006bc3438b95e9edef48.html">components</a></li><li class="navelem"><a class="el" href="dir_8c3047c3b01c62334c9cb3295fc1c68f.html">lcd</a></li><li class="navelem"><a class="el" href="dir_ebe1f644ef55b16f77392e0c42ad8294.html">src</a></li><li class="navelem"><a class="el" href="_l_c_d_8c.html">LCD.c</a></li>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>

View File

@ -1,13 +1,13 @@
<map id="main/LCD.c" name="main/LCD.c">
<area shape="rect" id="node1" title="sets and writes framebuffer" alt="" coords="335,5,427,32"/>
<area shape="rect" id="node2" href="$_l_c_d_8h.html" title=" " alt="" coords="307,80,367,107"/>
<area shape="rect" id="node9" href="$_driver_8h.html" title=" " alt="" coords="392,80,459,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="5,155,67,181"/>
<area shape="rect" id="node4" title=" " alt="" coords="91,155,155,181"/>
<area shape="rect" id="node5" title=" " alt="" coords="179,155,311,181"/>
<area shape="rect" id="node6" title=" " alt="" coords="335,155,427,181"/>
<area shape="rect" id="node7" title=" " alt="" coords="451,155,517,181"/>
<area shape="rect" id="node8" title=" " alt="" coords="541,155,645,181"/>
<area shape="rect" id="node10" title=" " alt="" coords="669,155,813,181"/>
<area shape="rect" id="node11" title=" " alt="" coords="837,155,944,181"/>
<map id="components/lcd/src/LCD.c" name="components/lcd/src/LCD.c">
<area shape="rect" id="node1" title="sets and writes framebuffer" alt="" coords="313,5,449,47"/>
<area shape="rect" id="node2" href="$_l_c_d_8h.html" title=" " alt="" coords="307,95,367,121"/>
<area shape="rect" id="node9" href="$_driver_8h.html" title=" " alt="" coords="392,95,459,121"/>
<area shape="rect" id="node3" title=" " alt="" coords="5,169,67,196"/>
<area shape="rect" id="node4" title=" " alt="" coords="91,169,155,196"/>
<area shape="rect" id="node5" title=" " alt="" coords="179,169,311,196"/>
<area shape="rect" id="node6" title=" " alt="" coords="335,169,427,196"/>
<area shape="rect" id="node7" title=" " alt="" coords="451,169,517,196"/>
<area shape="rect" id="node8" title=" " alt="" coords="541,169,645,196"/>
<area shape="rect" id="node10" title=" " alt="" coords="669,169,813,196"/>
<area shape="rect" id="node11" title=" " alt="" coords="837,169,944,196"/>
</map>

View File

@ -1 +1 @@
ac27ecf1bd4c9eb7e168e16b316a7048
4161cd7032dabf58eb60ff2ceab1c536

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -1,5 +1,4 @@
<map id="iLCD_allocateFramebuffer" name="iLCD_allocateFramebuffer">
<area shape="rect" id="node1" title="allocate framebuffer" alt="" coords="256,5,431,32"/>
<area shape="rect" id="node2" href="$_l_c_d_8h.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" id="node3" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" id="node1" title="allocate framebuffer" alt="" coords="129,5,304,32"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html#a4d0719889f64bf0c82dd5adc3a26adf3" title="init" alt="" coords="5,5,81,32"/>
</map>

View File

@ -1 +1 @@
3363fb09b8b32e9a068761b4efdefbc2
237e4b4b4063cf2fc3f3a9f8c2a05638

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -1,6 +1,6 @@
<map id="iLCD_writeString" name="iLCD_writeString">
<area shape="rect" id="node1" title="write string/text into framebuffer" alt="" coords="5,81,127,108"/>
<area shape="rect" id="node2" href="$_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="175,56,339,83"/>
<area shape="rect" id="node2" href="$_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="175,56,339,83"/>
<area shape="rect" id="node6" href="$_l_c_d_8c.html#a3797f0f021c102d4f15fdbb57167a04c" title="write string/text into framebuffer" alt="" coords="197,107,316,133"/>
<area shape="rect" id="node3" href="$_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="411,5,564,32"/>
<area shape="rect" id="node4" href="$_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="425,56,550,83"/>

View File

@ -1 +1 @@
1445cdab4e6f54bc81fc95cf85718b1b
19b4f9ce1dd84c1aee8e632745b7a49f

View File

@ -1,4 +0,0 @@
<map id="iLCD_writeString" name="iLCD_writeString">
<area shape="rect" id="node1" title="write string/text into framebuffer" alt="" coords="132,5,253,32"/>
<area shape="rect" id="node2" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>

View File

@ -1 +0,0 @@
aff50b244cf56b3bf92592e152e79ee8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,5 +1,4 @@
<map id="vLCD_writeChar" name="vLCD_writeChar">
<area shape="rect" id="node1" title="write string/text into framebuffer" alt="" coords="301,5,420,32"/>
<area shape="rect" id="node2" href="$_l_c_d_8h.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="132,5,253,32"/>
<area shape="rect" id="node3" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
<area shape="rect" id="node1" title="write string/text into framebuffer" alt="" coords="175,5,293,32"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html#a305dd37530a1617090bbc448e2e40d26" title="write string/text into framebuffer" alt="" coords="5,5,127,32"/>
</map>

View File

@ -1 +1 @@
92bad67e69737aaae471530986a34b0b
5d34035fd6c4a6d0978dae43cb686374

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -1,7 +1,7 @@
<map id="iLCD_init" name="iLCD_init">
<area shape="rect" id="node1" title="init" alt="" coords="5,31,81,57"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html#a13ff792cd544fe043593ceb2a8150c3c" title="allocate framebuffer" alt="" coords="129,5,304,32"/>
<area shape="rect" id="node3" href="$_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="173,56,260,83"/>
<area shape="rect" id="node3" href="$_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="173,56,260,83"/>
<area shape="rect" id="node4" href="$_driver_8c.html#a3ce4cd1bae3e49f2d06a880446db54d4" title="Send a command to the LCD." alt="" coords="605,31,728,57"/>
<area shape="rect" id="node5" href="$_driver_8c.html#a066209485105862c60c5f9393caa48be" title="Send data to the LCD." alt="" coords="393,31,517,57"/>
<area shape="rect" id="node6" href="$_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="403,81,506,108"/>

View File

@ -1 +1 @@
c8cbcbac5f390f55d9cd8fd3231e0f34
57f064aa27991c4b9ca51f78605e2654

View File

@ -1,4 +0,0 @@
<map id="iLCD_init" name="iLCD_init">
<area shape="rect" id="node1" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" id="node2" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>

View File

@ -1 +0,0 @@
b042e897e2febc6676f393ea77ca77ef

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,6 +1,6 @@
<map id="iLCD_clearFramebuffer" name="iLCD_clearFramebuffer">
<area shape="rect" id="node1" title="clear complete framebuffer with a color" alt="" coords="5,56,163,83"/>
<area shape="rect" id="node2" href="$_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,56,375,83"/>
<area shape="rect" id="node2" href="$_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,56,375,83"/>
<area shape="rect" id="node3" href="$_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="447,5,600,32"/>
<area shape="rect" id="node4" href="$_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="461,56,586,83"/>
<area shape="rect" id="node5" href="$_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="423,107,624,133"/>

View File

@ -1 +1 @@
167478cb60a4c7a1a34ad085348996df
9e0fd945d611fb410f480010ecdae222

View File

@ -1,4 +0,0 @@
<map id="iLCD_clearFramebuffer" name="iLCD_clearFramebuffer">
<area shape="rect" id="node1" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" id="node2" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>

View File

@ -1 +0,0 @@
45256b12797dc3423ce19b2c3ade196b

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.20"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>ESP32-WROVER-KIT-LCD-DRIVER: main/LCD.h File Reference</title>
<title>ESP32-WROVER-KIT-LCD-DRIVER: components/lcd/include/LCD.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
@ -97,25 +97,24 @@ $(document).ready(function(){initNavTree('_l_c_d_8h.html',''); initResizable();
</div><div class="textblock"><div class="dynheader">
Include dependency graph for LCD.h:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8h__incl.png" border="0" usemap="#amain_2_l_c_d_8h" alt=""/></div>
<map name="main_2_l_c_d_8h" id="amain_2_l_c_d_8h">
<area shape="rect" title=" " alt="" coords="267,5,359,32"/>
<area shape="rect" title=" " alt="" coords="5,80,67,107"/>
<area shape="rect" title=" " alt="" coords="91,80,155,107"/>
<area shape="rect" title=" " alt="" coords="179,80,311,107"/>
<area shape="rect" title=" " alt="" coords="335,80,427,107"/>
<area shape="rect" title=" " alt="" coords="451,80,517,107"/>
<area shape="rect" title=" " alt="" coords="541,80,645,107"/>
<div class="center"><img src="_l_c_d_8h__incl.png" border="0" usemap="#acomponents_2lcd_2include_2_l_c_d_8h" alt=""/></div>
<map name="components_2lcd_2include_2_l_c_d_8h" id="acomponents_2lcd_2include_2_l_c_d_8h">
<area shape="rect" title=" " alt="" coords="234,5,393,47"/>
<area shape="rect" title=" " alt="" coords="5,95,67,121"/>
<area shape="rect" title=" " alt="" coords="91,95,155,121"/>
<area shape="rect" title=" " alt="" coords="179,95,311,121"/>
<area shape="rect" title=" " alt="" coords="335,95,427,121"/>
<area shape="rect" title=" " alt="" coords="451,95,517,121"/>
<area shape="rect" title=" " alt="" coords="541,95,645,121"/>
</map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8h__dep__incl.png" border="0" usemap="#amain_2_l_c_d_8hdep" alt=""/></div>
<map name="main_2_l_c_d_8hdep" id="amain_2_l_c_d_8hdep">
<area shape="rect" title=" " alt="" coords="107,5,199,32"/>
<area shape="rect" href="_example___main_8c.html" title=" " alt="" coords="5,80,156,107"/>
<area shape="rect" href="_l_c_d_8c.html" title="sets and writes framebuffer" alt="" coords="180,80,272,107"/>
<div class="center"><img src="_l_c_d_8h__dep__incl.png" border="0" usemap="#acomponents_2lcd_2include_2_l_c_d_8hdep" alt=""/></div>
<map name="components_2lcd_2include_2_l_c_d_8hdep" id="acomponents_2lcd_2include_2_l_c_d_8hdep">
<area shape="rect" title=" " alt="" coords="5,5,164,47"/>
<area shape="rect" href="_l_c_d_8c.html" title="sets and writes framebuffer" alt="" coords="17,95,153,136"/>
</map>
</div>
</div>
@ -254,21 +253,12 @@ Here is the call graph for this function:</div>
<div class="center"><img src="_l_c_d_8h_a95f7c4fb0d7de1cb623b52031aad3fe8_cgraph.png" border="0" usemap="#a_l_c_d_8h_a95f7c4fb0d7de1cb623b52031aad3fe8_cgraph" alt=""/></div>
<map name="_l_c_d_8h_a95f7c4fb0d7de1cb623b52031aad3fe8_cgraph" id="a_l_c_d_8h_a95f7c4fb0d7de1cb623b52031aad3fe8_cgraph">
<area shape="rect" title="clear complete framebuffer with a color" alt="" coords="5,56,163,83"/>
<area shape="rect" href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,56,375,83"/>
<area shape="rect" href="_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,56,375,83"/>
<area shape="rect" href="_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="447,5,600,32"/>
<area shape="rect" href="_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="461,56,586,83"/>
<area shape="rect" href="_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="423,107,624,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8h_a95f7c4fb0d7de1cb623b52031aad3fe8_icgraph.png" border="0" usemap="#a_l_c_d_8h_a95f7c4fb0d7de1cb623b52031aad3fe8_icgraph" alt=""/></div>
<map name="_l_c_d_8h_a95f7c4fb0d7de1cb623b52031aad3fe8_icgraph" id="a_l_c_d_8h_a95f7c4fb0d7de1cb623b52031aad3fe8_icgraph">
<area shape="rect" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>
</div>
</div>
</div>
@ -305,22 +295,13 @@ Here is the call graph for this function:</div>
<map name="_l_c_d_8h_a4d0719889f64bf0c82dd5adc3a26adf3_cgraph" id="a_l_c_d_8h_a4d0719889f64bf0c82dd5adc3a26adf3_cgraph">
<area shape="rect" title="init" alt="" coords="5,31,81,57"/>
<area shape="rect" href="_l_c_d_8c.html#a13ff792cd544fe043593ceb2a8150c3c" title="allocate framebuffer" alt="" coords="129,5,304,32"/>
<area shape="rect" href="_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="173,56,260,83"/>
<area shape="rect" href="_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="173,56,260,83"/>
<area shape="rect" href="_driver_8c.html#a3ce4cd1bae3e49f2d06a880446db54d4" title="Send a command to the LCD." alt="" coords="605,31,728,57"/>
<area shape="rect" href="_driver_8c.html#a066209485105862c60c5f9393caa48be" title="Send data to the LCD." alt="" coords="393,31,517,57"/>
<area shape="rect" href="_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="403,81,506,108"/>
<area shape="rect" href="_driver_8c.html#ae2d5a9bae2c3a62f89e2cc83cc36a61e" title="Pre Transfer Callback." alt="" coords="352,132,557,159"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8h_a4d0719889f64bf0c82dd5adc3a26adf3_icgraph.png" border="0" usemap="#a_l_c_d_8h_a4d0719889f64bf0c82dd5adc3a26adf3_icgraph" alt=""/></div>
<map name="_l_c_d_8h_a4d0719889f64bf0c82dd5adc3a26adf3_icgraph" id="a_l_c_d_8h_a4d0719889f64bf0c82dd5adc3a26adf3_icgraph">
<area shape="rect" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>
</div>
</div>
</div>
@ -388,22 +369,13 @@ Here is the call graph for this function:</div>
<div class="center"><img src="_l_c_d_8h_a305dd37530a1617090bbc448e2e40d26_cgraph.png" border="0" usemap="#a_l_c_d_8h_a305dd37530a1617090bbc448e2e40d26_cgraph" alt=""/></div>
<map name="_l_c_d_8h_a305dd37530a1617090bbc448e2e40d26_cgraph" id="a_l_c_d_8h_a305dd37530a1617090bbc448e2e40d26_cgraph">
<area shape="rect" title="write string/text into framebuffer" alt="" coords="5,81,127,108"/>
<area shape="rect" href="_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="175,56,339,83"/>
<area shape="rect" href="_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="175,56,339,83"/>
<area shape="rect" href="_l_c_d_8c.html#a3797f0f021c102d4f15fdbb57167a04c" title="write string/text into framebuffer" alt="" coords="197,107,316,133"/>
<area shape="rect" href="_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="411,5,564,32"/>
<area shape="rect" href="_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="425,56,550,83"/>
<area shape="rect" href="_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="387,107,588,133"/>
</map>
</div>
<div class="dynheader">
Here is the caller graph for this function:</div>
<div class="dyncontent">
<div class="center"><img src="_l_c_d_8h_a305dd37530a1617090bbc448e2e40d26_icgraph.png" border="0" usemap="#a_l_c_d_8h_a305dd37530a1617090bbc448e2e40d26_icgraph" alt=""/></div>
<map name="_l_c_d_8h_a305dd37530a1617090bbc448e2e40d26_icgraph" id="a_l_c_d_8h_a305dd37530a1617090bbc448e2e40d26_icgraph">
<area shape="rect" title="write string/text into framebuffer" alt="" coords="132,5,253,32"/>
<area shape="rect" href="_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>
</div>
</div>
</div>
@ -412,7 +384,7 @@ Here is the caller graph for this function:</div>
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_5c982d53a68cdbcd421152b4020263a9.html">main</a></li><li class="navelem"><a class="el" href="_l_c_d_8h.html">LCD.h</a></li>
<li class="navelem"><a class="el" href="dir_409f97388efe006bc3438b95e9edef48.html">components</a></li><li class="navelem"><a class="el" href="dir_8c3047c3b01c62334c9cb3295fc1c68f.html">lcd</a></li><li class="navelem"><a class="el" href="dir_fa7a4d24b569216cf1b68f7e93657ef0.html">include</a></li><li class="navelem"><a class="el" href="_l_c_d_8h.html">LCD.h</a></li>
<li class="footer">Generated by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
</ul>
</div>

View File

@ -1,5 +1,4 @@
<map id="main/LCD.h" name="main/LCD.h">
<area shape="rect" id="node1" title=" " alt="" coords="107,5,199,32"/>
<area shape="rect" id="node2" href="$_example___main_8c.html" title=" " alt="" coords="5,80,156,107"/>
<area shape="rect" id="node3" href="$_l_c_d_8c.html" title="sets and writes framebuffer" alt="" coords="180,80,272,107"/>
<map id="components/lcd/include/LCD.h" name="components/lcd/include/LCD.h">
<area shape="rect" id="node1" title=" " alt="" coords="5,5,164,47"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html" title="sets and writes framebuffer" alt="" coords="17,95,153,136"/>
</map>

View File

@ -1 +1 @@
7f5166457b712d57a576303ca4ce6ef9
59f58eb5de5eefbe22a8efca2ce2d3c6

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

View File

@ -1,9 +1,9 @@
<map id="main/LCD.h" name="main/LCD.h">
<area shape="rect" id="node1" title=" " alt="" coords="267,5,359,32"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,80,67,107"/>
<area shape="rect" id="node3" title=" " alt="" coords="91,80,155,107"/>
<area shape="rect" id="node4" title=" " alt="" coords="179,80,311,107"/>
<area shape="rect" id="node5" title=" " alt="" coords="335,80,427,107"/>
<area shape="rect" id="node6" title=" " alt="" coords="451,80,517,107"/>
<area shape="rect" id="node7" title=" " alt="" coords="541,80,645,107"/>
<map id="components/lcd/include/LCD.h" name="components/lcd/include/LCD.h">
<area shape="rect" id="node1" title=" " alt="" coords="234,5,393,47"/>
<area shape="rect" id="node2" title=" " alt="" coords="5,95,67,121"/>
<area shape="rect" id="node3" title=" " alt="" coords="91,95,155,121"/>
<area shape="rect" id="node4" title=" " alt="" coords="179,95,311,121"/>
<area shape="rect" id="node5" title=" " alt="" coords="335,95,427,121"/>
<area shape="rect" id="node6" title=" " alt="" coords="451,95,517,121"/>
<area shape="rect" id="node7" title=" " alt="" coords="541,95,645,121"/>
</map>

View File

@ -1 +1 @@
3227e256d5f250ff997a90f6912c1bd2
e73dc0bc57037cc0f3734ca0018e0ec8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,6 +1,6 @@
<map id="iLCD_writeString" name="iLCD_writeString">
<area shape="rect" id="node1" title="write string/text into framebuffer" alt="" coords="5,81,127,108"/>
<area shape="rect" id="node2" href="$_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="175,56,339,83"/>
<area shape="rect" id="node2" href="$_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="175,56,339,83"/>
<area shape="rect" id="node6" href="$_l_c_d_8c.html#a3797f0f021c102d4f15fdbb57167a04c" title="write string/text into framebuffer" alt="" coords="197,107,316,133"/>
<area shape="rect" id="node3" href="$_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="411,5,564,32"/>
<area shape="rect" id="node4" href="$_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="425,56,550,83"/>

View File

@ -1 +1 @@
1445cdab4e6f54bc81fc95cf85718b1b
19b4f9ce1dd84c1aee8e632745b7a49f

View File

@ -1,4 +0,0 @@
<map id="iLCD_writeString" name="iLCD_writeString">
<area shape="rect" id="node1" title="write string/text into framebuffer" alt="" coords="132,5,253,32"/>
<area shape="rect" id="node2" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>

View File

@ -1 +0,0 @@
aff50b244cf56b3bf92592e152e79ee8

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -1,7 +1,7 @@
<map id="iLCD_init" name="iLCD_init">
<area shape="rect" id="node1" title="init" alt="" coords="5,31,81,57"/>
<area shape="rect" id="node2" href="$_l_c_d_8c.html#a13ff792cd544fe043593ceb2a8150c3c" title="allocate framebuffer" alt="" coords="129,5,304,32"/>
<area shape="rect" id="node3" href="$_driver_8c.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="173,56,260,83"/>
<area shape="rect" id="node3" href="$_driver_8h.html#adb1369972e80eb05d5e831cbc7cf3d4f" title="Initialize the driver." alt="" coords="173,56,260,83"/>
<area shape="rect" id="node4" href="$_driver_8c.html#a3ce4cd1bae3e49f2d06a880446db54d4" title="Send a command to the LCD." alt="" coords="605,31,728,57"/>
<area shape="rect" id="node5" href="$_driver_8c.html#a066209485105862c60c5f9393caa48be" title="Send data to the LCD." alt="" coords="393,31,517,57"/>
<area shape="rect" id="node6" href="$_driver_8c.html#acfaa6e6c39d79e04fadf512cf9ca3944" title="get LCD driver chip id" alt="" coords="403,81,506,108"/>

View File

@ -1 +1 @@
c8cbcbac5f390f55d9cd8fd3231e0f34
57f064aa27991c4b9ca51f78605e2654

View File

@ -1,4 +0,0 @@
<map id="iLCD_init" name="iLCD_init">
<area shape="rect" id="node1" title="init" alt="" coords="132,5,208,32"/>
<area shape="rect" id="node2" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>

View File

@ -1 +0,0 @@
b042e897e2febc6676f393ea77ca77ef

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

View File

@ -1,6 +1,6 @@
<map id="iLCD_clearFramebuffer" name="iLCD_clearFramebuffer">
<area shape="rect" id="node1" title="clear complete framebuffer with a color" alt="" coords="5,56,163,83"/>
<area shape="rect" id="node2" href="$_driver_8c.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,56,375,83"/>
<area shape="rect" id="node2" href="$_driver_8h.html#a62a79453d5cfaf0693a21714162f22d4" title="write framebuffer to LCD via SPI" alt="" coords="211,56,375,83"/>
<area shape="rect" id="node3" href="$_driver_8c.html#a3d6cd2f0685caf993fd7455dd100dd7c" title="send finish after line" alt="" coords="447,5,600,32"/>
<area shape="rect" id="node4" href="$_driver_8c.html#ab611c2d5911c284b757197882ea227be" title="send line to lcd chip" alt="" coords="461,56,586,83"/>
<area shape="rect" id="node5" href="$_driver_8c.html#a3ce1541687c13e00a1cc1d4d7ff564aa" title="Get the pixel data for a set of lines (with implied line size of 320)" alt="" coords="423,107,624,133"/>

View File

@ -1 +1 @@
167478cb60a4c7a1a34ad085348996df
9e0fd945d611fb410f480010ecdae222

View File

@ -1,4 +0,0 @@
<map id="iLCD_clearFramebuffer" name="iLCD_clearFramebuffer">
<area shape="rect" id="node1" title="clear complete framebuffer with a color" alt="" coords="132,5,289,32"/>
<area shape="rect" id="node2" href="$_example___main_8c.html#a630544a7f0a2cc40d8a7fefab7e2fe70" title="main task" alt="" coords="5,5,84,32"/>
</map>

Some files were not shown because too many files have changed in this diff Show More