Skip to content

Commit

Permalink
Site updated: 2024-05-16 19:01:51
Browse files Browse the repository at this point in the history
  • Loading branch information
levi52 committed May 16, 2024
1 parent 1494fb6 commit e2b90cb
Show file tree
Hide file tree
Showing 5 changed files with 108 additions and 108 deletions.
6 changes: 3 additions & 3 deletions 2024/05/16/ESP32S3-输入设备Keypad/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<meta property="og:image" content="https://levi52.github.io/2024/05/16/ESP32S3-%E8%BE%93%E5%85%A5%E8%AE%BE%E5%A4%87Keypad/switch.gif">
<meta property="og:image" content="https://levi52.github.io/2024/05/16/ESP32S3-%E8%BE%93%E5%85%A5%E8%AE%BE%E5%A4%87Keypad/enter.gif">
<meta property="article:published_time" content="2024-05-16T03:20:34.000Z">
<meta property="article:modified_time" content="2024-05-16T04:00:28.836Z">
<meta property="article:modified_time" content="2024-05-16T11:00:47.423Z">
<meta property="article:author" content="Levi52">
<meta property="article:tag" content="ESP32">
<meta property="article:tag" content="PlatformIO">
Expand Down Expand Up @@ -254,7 +254,7 @@ <h1 class="post-title" itemprop="name headline">
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2024-05-16 11:20:34 / 修改时间:12:00:28" itemprop="dateCreated datePublished" datetime="2024-05-16T11:20:34+08:00">2024-05-16</time>
<time title="创建时间:2024-05-16 11:20:34 / 修改时间:19:00:47" itemprop="dateCreated datePublished" datetime="2024-05-16T11:20:34+08:00">2024-05-16</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down Expand Up @@ -375,7 +375,7 @@ <h3 id="screen-cpp"><a href="#screen-cpp" class="headerlink" title="screen.cpp">
</li>
</ul>
<h2 id="添加对象"><a href="#添加对象" class="headerlink" title="添加对象"></a>添加对象</h2><p>只有将控件对象添加到组中,才能通过<code>keypad</code>控制</p>
<p>打开如下目录界面文件<code>lvgl/screens/ui_mainpage.c</code></p>
<p>打开如下目录界面文件<code>lvgl_gui/screens/ui_mainpage.c</code></p>
<p>可以看到在设计界面时一共添加了四个控件</p>
<figure class="highlight c"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br></pre></td><td class="code"><pre><span class="line">ui_Button2</span><br><span class="line">ui_Switch2</span><br><span class="line">ui_Switch1</span><br><span class="line">ui_Dropdown2</span><br></pre></td></tr></table></figure>

Expand Down
4 changes: 2 additions & 2 deletions atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://levi52.github.io/atom.xml" rel="self"/>

<link href="https://levi52.github.io/"/>
<updated>2024-05-16T04:00:28.836Z</updated>
<updated>2024-05-16T11:00:47.423Z</updated>
<id>https://levi52.github.io/</id>

<author>
Expand All @@ -21,7 +21,7 @@
<link href="https://levi52.github.io/2024/05/16/ESP32S3-%E8%BE%93%E5%85%A5%E8%AE%BE%E5%A4%87Keypad/"/>
<id>https://levi52.github.io/2024/05/16/ESP32S3-%E8%BE%93%E5%85%A5%E8%AE%BE%E5%A4%87Keypad/</id>
<published>2024-05-16T03:20:34.000Z</published>
<updated>2024-05-16T04:00:28.836Z</updated>
<updated>2024-05-16T11:00:47.423Z</updated>


<summary type="html">无触摸,使用按键来控制屏幕控件</summary>
Expand Down
2 changes: 1 addition & 1 deletion css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -1427,7 +1427,7 @@ pre code {
vertical-align: middle;
}
.links-of-author a::before {
background: #faffad;
background: #ffff4d;
display: inline-block;
margin-right: 3px;
transform: translateY(-2px);
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ <h2 class="post-title" itemprop="name headline">
<span class="post-meta-item-text">发表于</span>


<time title="创建时间:2024-05-16 11:20:34 / 修改时间:12:00:28" itemprop="dateCreated datePublished" datetime="2024-05-16T11:20:34+08:00">2024-05-16</time>
<time title="创建时间:2024-05-16 11:20:34 / 修改时间:19:00:47" itemprop="dateCreated datePublished" datetime="2024-05-16T11:20:34+08:00">2024-05-16</time>
</span>
<span class="post-meta-item">
<span class="post-meta-item-icon">
Expand Down
Loading

0 comments on commit e2b90cb

Please sign in to comment.