Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:iot-open:practical:hardware:sut:esp32:emb6_1 [2024/02/27 10:21] – [FAQ] pczekalskien:iot-open:practical:hardware:sut:esp32:emb6_1 [2024/04/05 09:24] (current) – [Steps] pczekalski
Line 33: Line 33:
 <caption>IOT-OPEN.EU Reloaded favicon 60px x 60px</caption> <caption>IOT-OPEN.EU Reloaded favicon 60px x 60px</caption>
 </figure> </figure>
-The corresponding converted code for the logo in Figure {{ref>iotopenfavicon}} (Horizontal 1 bit per pixel, as suitable for ePaper Display) is present below:+ 
 +==== Steps ==== 
 +Remember to include the source array in the code when drawing an image.\\ 
 +The corresponding generated C array for the logo in Figure {{ref>iotopenfavicon}} (horizontal 1 bit per pixel, as suitable for ePaper Display) is present below:
 <code c> <code c>
 // 'logo 60', 60x60px // 'logo 60', 60x60px
 const unsigned char epd_bitmap_logo_60 [] PROGMEM = { const unsigned char epd_bitmap_logo_60 [] PROGMEM = {
- 0xff, 0xff, 0xff, 0x80, 0x1f, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xf8, 0x00, 0x01, 0xff, 0xff, 0xf0,  +0xff, 0xff, 0xff, 0x80, 0x1f, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xf8, 0x00, 0x01, 0xff, 0xff, 0xf0,  
- 0xff, 0xff, 0xc0, 0x00, 0x00, 0x3f, 0xff, 0xf0, 0xff, 0xff, 0x01, 0xff, 0xf8, 0x0f, 0xff, 0xf0,  +0xff, 0xff, 0xc0, 0x00, 0x00, 0x3f, 0xff, 0xf0, 0xff, 0xff, 0x01, 0xff, 0xf8, 0x0f, 0xff, 0xf0,  
- 0xff, 0xfc, 0x0f, 0xff, 0xff, 0x03, 0xff, 0xf0, 0xff, 0xf8, 0x3f, 0xff, 0xff, 0xc1, 0xff, 0xf0,  +0xff, 0xfc, 0x0f, 0xff, 0xff, 0x03, 0xff, 0xf0, 0xff, 0xf8, 0x3f, 0xff, 0xff, 0xc1, 0xff, 0xf0,  
- 0xff, 0xe0, 0xff, 0xff, 0xff, 0xf0, 0x7f, 0xf0, 0xff, 0xc3, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xf0,  +0xff, 0xe0, 0xff, 0xff, 0xff, 0xf0, 0x7f, 0xf0, 0xff, 0xc3, 0xff, 0xff, 0xff, 0xfc, 0x3f, 0xf0,  
- 0xff, 0x87, 0xff, 0xf0, 0xff, 0xfe, 0x1f, 0xf0, 0xff, 0x0f, 0xfe, 0x00, 0x07, 0xff, 0x0f, 0xf0,  +0xff, 0x87, 0xff, 0xf0, 0xff, 0xfe, 0x1f, 0xf0, 0xff, 0x0f, 0xfe, 0x00, 0x07, 0xff, 0x0f, 0xf0,  
- 0xfe, 0x1f, 0xf8, 0x7f, 0xe1, 0xff, 0x87, 0xf0, 0xfc, 0x3f, 0xe3, 0xff, 0xfc, 0x7f, 0xc3, 0xf0,  +0xfe, 0x1f, 0xf8, 0x7f, 0xe1, 0xff, 0x87, 0xf0, 0xfc, 0x3f, 0xe3, 0xff, 0xfc, 0x7f, 0xc3, 0xf0,  
- 0xfc, 0x7f, 0x8f, 0xff, 0xff, 0x1f, 0xe3, 0xf0, 0xf8, 0xff, 0x3f, 0xff, 0xff, 0xcf, 0xf1, 0xf0,  +0xfc, 0x7f, 0x8f, 0xff, 0xff, 0x1f, 0xe3, 0xf0, 0xf8, 0xff, 0x3f, 0xff, 0xff, 0xcf, 0xf1, 0xf0,  
- 0xf1, 0xfe, 0x7f, 0xff, 0xff, 0xe7, 0xf8, 0xf0, 0xf1, 0xfc, 0xff, 0xff, 0xff, 0xf3, 0xf8, 0xf0,  +0xf1, 0xfe, 0x7f, 0xff, 0xff, 0xe7, 0xf8, 0xf0, 0xf1, 0xfc, 0xff, 0xff, 0xff, 0xf3, 0xf8, 0xf0,  
- 0xe3, 0xf9, 0xff, 0xfc, 0x7f, 0xf9, 0xfc, 0x70, 0xe3, 0xf3, 0xff, 0xfc, 0x0f, 0xfc, 0xfc, 0x70,  +0xe3, 0xf9, 0xff, 0xfc, 0x7f, 0xf9, 0xfc, 0x70, 0xe3, 0xf3, 0xff, 0xfc, 0x0f, 0xfc, 0xfc, 0x70,  
- 0xc7, 0xf7, 0xff, 0xff, 0xc3, 0xfe, 0xfe, 0x30, 0xc7, 0xe7, 0xff, 0xff, 0xf1, 0xfe, 0x7e, 0x30,  +0xc7, 0xf7, 0xff, 0xff, 0xc3, 0xfe, 0xfe, 0x30, 0xc7, 0xe7, 0xff, 0xff, 0xf1, 0xfe, 0x7e, 0x30,  
- 0xcf, 0xef, 0xff, 0xff, 0xfc, 0xff, 0x7f, 0x30, 0x8f, 0xcf, 0xff, 0xff, 0xfe, 0x7f, 0x3f, 0x10,  +0xcf, 0xef, 0xff, 0xff, 0xfc, 0xff, 0x7f, 0x30, 0x8f, 0xcf, 0xff, 0xff, 0xfe, 0x7f, 0x3f, 0x10,  
- 0x8f, 0xdf, 0xff, 0xff, 0xff, 0x3f, 0xbf, 0x10, 0x9f, 0x9f, 0xff, 0xff, 0xff, 0x3f, 0x9f, 0x90,  +0x8f, 0xdf, 0xff, 0xff, 0xff, 0x3f, 0xbf, 0x10, 0x9f, 0x9f, 0xff, 0xff, 0xff, 0x3f, 0x9f, 0x90,  
- 0x9f, 0x9f, 0xff, 0xff, 0xff, 0x9f, 0x9f, 0x90, 0x1f, 0xbf, 0xff, 0xff, 0xff, 0x9f, 0xdf, 0x80,  +0x9f, 0x9f, 0xff, 0xff, 0xff, 0x9f, 0x9f, 0x90, 0x1f, 0xbf, 0xff, 0xff, 0xff, 0x9f, 0xdf, 0x80,  
- 0x1f, 0xbf, 0xff, 0xf9, 0xff, 0xdf, 0xdf, 0x80, 0x1f, 0xbf, 0xff, 0xe0, 0x7f, 0xcf, 0xdf, 0x80,  +0x1f, 0xbf, 0xff, 0xf9, 0xff, 0xdf, 0xdf, 0x80, 0x1f, 0xbf, 0xff, 0xe0, 0x7f, 0xcf, 0xdf, 0x80,  
- 0x1f, 0x3f, 0xff, 0xe0, 0x7f, 0xcf, 0xcf, 0x80, 0x1f, 0x3f, 0xff, 0xc0, 0x3f, 0xcf, 0xcf, 0x80,  +0x1f, 0x3f, 0xff, 0xe0, 0x7f, 0xcf, 0xcf, 0x80, 0x1f, 0x3f, 0xff, 0xc0, 0x3f, 0xcf, 0xcf, 0x80,  
- 0x1f, 0xff, 0xff, 0xc0, 0x3f, 0xff, 0xff, 0xf0, 0x1f, 0xff, 0xff, 0xe0, 0x7f, 0xff, 0xff, 0xf0,  +0x1f, 0xff, 0xff, 0xc0, 0x3f, 0xff, 0xff, 0xf0, 0x1f, 0xff, 0xff, 0xe0, 0x7f, 0xff, 0xff, 0xf0,  
- 0x1f, 0xff, 0xff, 0xe0, 0x7f, 0xff, 0xff, 0xf0, 0x1f, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xf0,  +0x1f, 0xff, 0xff, 0xe0, 0x7f, 0xff, 0xff, 0xf0, 0x1f, 0xff, 0xff, 0xf9, 0xff, 0xff, 0xff, 0xf0,  
- 0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xf0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xf0,  +0x1f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xf0, 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xfd, 0xf0,  
- 0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xf0, 0x8f, 0xff, 0xff, 0xf9, 0xfc, 0x03, 0xf0, 0x10,  +0x9f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf9, 0xf0, 0x8f, 0xff, 0xff, 0xf9, 0xfc, 0x03, 0xf0, 0x10,  
- 0x8f, 0xff, 0xff, 0xf9, 0xf8, 0x01, 0xe0, 0x10, 0xcf, 0xff, 0xff, 0xf9, 0xf0, 0xf0, 0xf9, 0xf0,  +0x8f, 0xff, 0xff, 0xf9, 0xf8, 0x01, 0xe0, 0x10, 0xcf, 0xff, 0xff, 0xf9, 0xf0, 0xf0, 0xf9, 0xf0,  
- 0xc7, 0xff, 0xff, 0xf9, 0xf3, 0xfc, 0xf9, 0xf0, 0xc7, 0xff, 0xff, 0xf9, 0xe3, 0xfc, 0x79, 0xf0,  +0xc7, 0xff, 0xff, 0xf9, 0xf3, 0xfc, 0xf9, 0xf0, 0xc7, 0xff, 0xff, 0xf9, 0xe3, 0xfc, 0x79, 0xf0,  
- 0xe3, 0xff, 0xff, 0xf9, 0xe3, 0xfc, 0x79, 0xf0, 0xe3, 0xff, 0xff, 0xf9, 0xe3, 0xfc, 0x79, 0xf0,  +0xe3, 0xff, 0xff, 0xf9, 0xe3, 0xfc, 0x79, 0xf0, 0xe3, 0xff, 0xff, 0xf9, 0xe3, 0xfc, 0x79, 0xf0,  
- 0xf1, 0xff, 0xff, 0xf9, 0xe3, 0xfc, 0x79, 0xf0, 0xf1, 0xff, 0xff, 0xf9, 0xf3, 0xfc, 0x79, 0xf0,  +0xf1, 0xff, 0xff, 0xf9, 0xe3, 0xfc, 0x79, 0xf0, 0xf1, 0xff, 0xff, 0xf9, 0xf3, 0xfc, 0x79, 0xf0,  
- 0xf8, 0xff, 0xff, 0xf9, 0xf1, 0xf8, 0xf9, 0xf0, 0xfc, 0x7f, 0xff, 0xf9, 0xf8, 0x61, 0xf8, 0xc0,  +0xf8, 0xff, 0xff, 0xf9, 0xf1, 0xf8, 0xf9, 0xf0, 0xfc, 0x7f, 0xff, 0xf9, 0xf8, 0x61, 0xf8, 0xc0,  
- 0xfc, 0x3f, 0xff, 0xf9, 0xfc, 0x03, 0xf8, 0x00, 0xfe, 0x1f, 0xff, 0xf9, 0xff, 0x0f, 0xfe, 0x10,  +0xfc, 0x3f, 0xff, 0xf9, 0xfc, 0x03, 0xf8, 0x00, 0xfe, 0x1f, 0xff, 0xf9, 0xff, 0x0f, 0xfe, 0x10,  
- 0xff, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0,  +0xff, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0x87, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0,  
- 0xff, 0xc3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0,  +0xff, 0xc3, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xe0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0,  
- 0xff, 0xf8, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xfc, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xf0,  +0xff, 0xf8, 0x3f, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xfc, 0x0f, 0xff, 0xff, 0xff, 0xff, 0xf0,  
- 0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00,  +0xff, 0xff, 0x01, 0xff, 0xff, 0xff, 0xff, 0xf0, 0xff, 0xff, 0xc0, 0x00, 0x00, 0x00, 0x00, 0x00,  
- 0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00+0xff, 0xff, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0x80, 0x00, 0x00, 0x00, 0x00
 }; };
  
-// Array of all bitmaps for convenience. (Total bytes used to store images in PROGMEM = 496)+// Total bytes used to store images in PROGMEM = 496
 const int epd_bitmap_allArray_LEN = 1; const int epd_bitmap_allArray_LEN = 1;
 const unsigned char* epd_bitmap_allArray[1] = { const unsigned char* epd_bitmap_allArray[1] = {
Line 75: Line 78:
 }; };
 </code> </code>
-==== 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.
Line 85: Line 85:
 #include <GxEPD2_BW.h> #include <GxEPD2_BW.h>
 //Fonts //Fonts
-#include <Fonts/FreeMonoBold9pt7b.h>+#include <Fonts/FreeMonoBold12pt7b.h>
 </code> </code>
 The code above also includes a font to draw text on the ePaper Display. There are many fonts one can use, and a non-exhaustive list is present below (files are located in the ''Adafruit GFX Library'', subfolder ''Fonts''): The code above also includes a font to draw text on the ePaper Display. There are many fonts one can use, and a non-exhaustive list is present below (files are located in the ''Adafruit GFX Library'', subfolder ''Fonts''):
-   * ''FreeMono12pt7b.h'' +<code> 
-  * ''FreeMono18pt7b.h'' +   FreeMono12pt7b.h 
-  * ''FreeMono24pt7b.h'' +   FreeMono18pt7b.h 
-  * ''FreeMono9pt7b.h'' +   FreeMono24pt7b.h 
-  * ''FreeMonoBold12pt7b.h'' +   FreeMono9pt7b.h 
-  * ''FreeMonoBold18pt7b.h'' +   FreeMonoBold12pt7b.h 
-  * ''FreeMonoBold24pt7b.h'' +   FreeMonoBold18pt7b.h 
-  * ''FreeMonoBold9pt7b.h'' +   FreeMonoBold24pt7b.h 
-  * ''FreeMonoBoldOblique12pt7b.h'' +   FreeMonoBold9pt7b.h 
-  * ''FreeMonoBoldOblique18pt7b.h'' +   FreeMonoBoldOblique12pt7b.h 
-  * ''FreeMonoBoldOblique24pt7b.h'' +   FreeMonoBoldOblique18pt7b.h 
-  * ''FreeMonoBoldOblique9pt7b.h'' +   FreeMonoBoldOblique24pt7b.h 
-  * ''FreeMonoOblique12pt7b.h'' +   FreeMonoBoldOblique9pt7b.h 
-  * ''FreeMonoOblique18pt7b.h'' +   FreeMonoOblique12pt7b.h 
-  * ''FreeMonoOblique24pt7b.h'' +   FreeMonoOblique18pt7b.h 
-  * ''FreeMonoOblique9pt7b.h'' +   FreeMonoOblique24pt7b.h 
-  * ''FreeSans12pt7b.h'' +   FreeMonoOblique9pt7b.h 
-  * ''FreeSans18pt7b.h'' +   FreeSans12pt7b.h 
-  * ''FreeSans24pt7b.h'' +   FreeSans18pt7b.h 
-  * ''FreeSans9pt7b.h'' +   FreeSans24pt7b.h 
-  * ''FreeSansBold12pt7b.h'' +   FreeSans9pt7b.h 
-  * ''FreeSansBold18pt7b.h'' +   FreeSansBold12pt7b.h 
-  * ''FreeSansBold24pt7b.h'' +   FreeSansBold18pt7b.h 
-  * ''FreeSansBold9pt7b.h'' +   FreeSansBold24pt7b.h 
-  * ''FreeSansBoldOblique12pt7b.h'' +   FreeSansBold9pt7b.h 
-  * ''FreeSansBoldOblique18pt7b.h'' +   FreeSansBoldOblique12pt7b.h 
-  * ''FreeSansBoldOblique24pt7b.h'' +   FreeSansBoldOblique18pt7b.h 
-  * ''FreeSansBoldOblique9pt7b.h'' +   FreeSansBoldOblique24pt7b.h 
-  * ''FreeSansOblique12pt7b.h'' +   FreeSansBoldOblique9pt7b.h 
-  * ''FreeSansOblique18pt7b.h'' +   FreeSansOblique12pt7b.h 
-  * ''FreeSansOblique24pt7b.h'' +   FreeSansOblique18pt7b.h 
-  * ''FreeSansOblique9pt7b.h'' +   FreeSansOblique24pt7b.h 
-  * ''FreeSerif12pt7b.h'' +   FreeSansOblique9pt7b.h 
-  * ''FreeSerif18pt7b.h'' +   FreeSerif12pt7b.h 
-  * ''FreeSerif24pt7b.h'' +   FreeSerif18pt7b.h 
-  * ''FreeSerif9pt7b.h'' +   FreeSerif24pt7b.h 
-  * ''FreeSerifBold12pt7b.h'' +   FreeSerif9pt7b.h 
-  * ''FreeSerifBold18pt7b.h'' +   FreeSerifBold12pt7b.h 
-  * ''FreeSerifBold24pt7b.h'' +   FreeSerifBold18pt7b.h 
-  * ''FreeSerifBold9pt7b.h'' +   FreeSerifBold24pt7b.h 
-  * ''FreeSerifBoldItalic12pt7b.h'' +   FreeSerifBold9pt7b.h 
-  * ''FreeSerifBoldItalic18pt7b.h'' +   FreeSerifBoldItalic12pt7b.h 
-  * ''FreeSerifBoldItalic24pt7b.h'' +   FreeSerifBoldItalic18pt7b.h 
-  * ''FreeSerifBoldItalic9pt7b.h'' +   FreeSerifBoldItalic24pt7b.h 
-  * ''FreeSerifItalic12pt7b.h'' +   FreeSerifBoldItalic9pt7b.h 
-  * ''FreeSerifItalic18pt7b.h'' +   FreeSerifItalic12pt7b.h 
-  * ''FreeSerifItalic24pt7b.h'' +   FreeSerifItalic18pt7b.h 
-  * ''FreeSerifItalic9pt7b.h''+   FreeSerifItalic24pt7b.h 
 +   FreeSerifItalic9pt7b.h 
 +</code>
 === Step 2 === === Step 2 ===
 Declare GPIOs and some configurations needed to handle the ePaper display properly: Declare GPIOs and some configurations needed to handle the ePaper display properly:
Line 227: Line 229:
  
  
 +<WRAP noprint>
 ===== Project information ===== ===== Project information =====
 {{:en:iot-open:logo_iot_200_px.png?200|}}\\ {{:en:iot-open:logo_iot_200_px.png?200|}}\\
Line 243: Line 246:
 {{:en:iot-open:ccbync.png?100|}} {{:en:iot-open:ccbync.png?100|}}
 </figure> </figure>
- +</WRAP>
- +
en/iot-open/practical/hardware/sut/esp32/emb6_1.1709029280.txt.gz · Last modified: 2024/02/27 10:21 by pczekalski
CC Attribution-Share Alike 4.0 International
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0