184 lines
9.5 KiB
HTML
184 lines
9.5 KiB
HTML
|
<!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&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&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&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 <stdio.h></code><br />
|
||
|
<code>#include <stdlib.h></code><br />
|
||
|
<code>#include <string.h></code><br />
|
||
|
<code>#include "esp_system.h"</code><br />
|
||
|
<code>#include "freertos/FreeRTOS.h"</code><br />
|
||
|
<code>#include "freertos/task.h"</code><br />
|
||
|
<code>#include "<a class="el" href="_l_c_d_8h_source.html">LCD.h</a>"</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 </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"> </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"> </td></tr>
|
||
|
</table>
|
||
|
<h2 class="groupheader">Function Documentation</h2>
|
||
|
<a id="a630544a7f0a2cc40d8a7fefab7e2fe70"></a>
|
||
|
<h2 class="memtitle"><span class="permalink"><a href="#a630544a7f0a2cc40d8a7fefab7e2fe70">◆ </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 </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>
|