Nextion » History » Revision 2
Revision 1 (Frédéric Blanc, 2022-01-20 15:23) → Revision 2/5 (Frédéric Blanc, 2022-01-20 15:26)
h1. Nextion h2. Lib h2. Code !clipboard-202201201522-uofla.png! NexPage ( uint8_t pid, uint8_t cid, const char * name) page CID is always zero! <pre><code class="cpp"> #include <Arduino.h> #include "Nextion.h" NexPage p0 = NexPage(0,0,"page0"); NexPage p1 = NexPage(1,0,"page1"); ... p1.show(); ... </code></pre>