Nextion » History » Version 1
Frédéric Blanc, 2022-01-20 15:23
1 | 1 | Frédéric Blanc | h1. Nextion |
---|---|---|---|
2 | |||
3 | h2. Lib |
||
4 | |||
5 | h2. Code |
||
6 | |||
7 | !clipboard-202201201522-uofla.png! |
||
8 | <pre><code class="cpp"> |
||
9 | #include <Arduino.h> |
||
10 | #include "Nextion.h" |
||
11 | NexPage p0 = NexPage(0,0,"page0"); |
||
12 | NexPage p1 = NexPage(1,0,"page1"); |
||
13 | </code></pre> |