This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
en:iot-open:practical:hardware:sut:esp32:emb6_1 [2024/04/04 07:00] – [Steps] pczekalski | en:iot-open:practical:hardware:sut:esp32:emb6_1 [2024/04/05 09:24] (current) – [Steps] pczekalski | ||
---|---|---|---|
Line 33: | Line 33: | ||
< | < | ||
</ | </ | ||
- | The corresponding | + | |
+ | ==== Steps ==== | ||
+ | Remember to include the source array in the code when drawing an image.\\ | ||
+ | The corresponding | ||
<code c> | <code c> | ||
// 'logo 60', 60x60px | // 'logo 60', 60x60px | ||
Line 75: | Line 78: | ||
}; | }; | ||
</ | </ | ||
- | ==== Steps ==== | ||
- | Remember to include the source array in the code if you plan to draw an image from the bitmap: | ||
- | |||
=== Step 1 === | === Step 1 === | ||
Include necessary libraries. | Include necessary libraries. |