Adafruit Library
Variables
icons.h File Reference
#include <Arduino.h>

Go to the source code of this file.

Variables

const unsigned char epd_bmp_cloud_online []
 cloud-thin-full icon from FontAwesome (16x16px) More...
 
const unsigned char epd_bmp_cloud_offline [] PROGMEM
 cloud-xmark-thin-full icon from FontAwesome (16x16px) More...
 
const unsigned char epd_bmp_wifi_full []
 wifi-thin-full icon from FontAwesome (16x16px) More...
 
const unsigned char epd_bmp_wifi_fair []
 wifi-fair-thin-full icon from FontAwesome (16x16px) More...
 
const unsigned char epd_bmp_wifi_weak []
 wifi-weak-thin-full icon from FontAwesome (16x16px) More...
 
const unsigned char epd_bmp_wifi_no_signal []
 wifi-slash-thin-full icon from FontAwesome (16x16px) More...
 
const unsigned char epd_bmp_bat_full []
 battery-full-thin-full icon from FontAwesome (16x16px) More...
 

Detailed Description

Icon assets for displays.

Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!

Copyright (c) Brent Rubell 2025 for Adafruit Industries.

BSD license, all text here must be included in any redistribution.

Variable Documentation

◆ epd_bmp_cloud_online

const unsigned char epd_bmp_cloud_online[]
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x07, 0x80, 0x0d, 0xc0, 0x18, 0x78, 0x10,
0x0c, 0x30, 0x04, 0x70, 0x0c, 0xc0, 0x06, 0xc0, 0x03, 0xc0, 0x03,
0x40, 0x03, 0x70, 0x06, 0x3f, 0xfc, 0x00, 0x00, 0x00, 0x00}

cloud-thin-full icon from FontAwesome (16x16px)

◆ PROGMEM

const unsigned char epd_bmp_cloud_offline [] PROGMEM
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x07, 0x80, 0x0d, 0xc0, 0x18, 0x78, 0x10,
0x0c, 0x30, 0x04, 0x73, 0xcc, 0xe3, 0x86, 0xc3, 0xc3, 0xc3, 0xc3,
0x40, 0x03, 0x70, 0x06, 0x3f, 0xfc, 0x00, 0x00, 0x00, 0x00}

cloud-xmark-thin-full icon from FontAwesome (16x16px)

◆ epd_bmp_wifi_full

const unsigned char epd_bmp_wifi_full[]
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x07, 0xe0, 0x3c, 0x3c, 0x70, 0x0e, 0xc0,
0x03, 0x03, 0xc0, 0x0f, 0xf0, 0x1c, 0x38, 0x18, 0x18, 0x00, 0x00,
0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x00, 0x00, 0x00, 0x00}

wifi-thin-full icon from FontAwesome (16x16px)

◆ epd_bmp_wifi_fair

const unsigned char epd_bmp_wifi_fair[]
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x03, 0xc0, 0x0f, 0xf0, 0x1c, 0x38, 0x18, 0x18, 0x00, 0x00,
0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0x00, 0x00, 0x00, 0x00}

wifi-fair-thin-full icon from FontAwesome (16x16px)

◆ epd_bmp_wifi_weak

const unsigned char epd_bmp_wifi_weak[]
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x03, 0xc0, 0x03, 0xc0, 0x03, 0x80, 0x00, 0x00, 0x00, 0x00}

wifi-weak-thin-full icon from FontAwesome (16x16px)

◆ epd_bmp_wifi_no_signal

const unsigned char epd_bmp_wifi_no_signal[]
Initial value:
= {
0x00, 0x00, 0x40, 0x00, 0x27, 0xc0, 0x1e, 0x38, 0x68, 0x00, 0x44,
0x03, 0x03, 0x00, 0x01, 0xe0, 0x08, 0x90, 0x00, 0x40, 0x00, 0x20,
0x01, 0x90, 0x03, 0x88, 0x01, 0x84, 0x00, 0x02, 0x00, 0x00}

wifi-slash-thin-full icon from FontAwesome (16x16px)

◆ epd_bmp_bat_full

const unsigned char epd_bmp_bat_full[]
Initial value:
= {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0xfe, 0xc0, 0x06, 0xff,
0xfa, 0xf0, 0x0b, 0xf0, 0x0b, 0xf0, 0x0b, 0xf0, 0x0b, 0xff, 0xfa,
0xc0, 0x06, 0x7f, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}

battery-full-thin-full icon from FontAwesome (16x16px)