ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
basic_SSD1306.h File Reference
#include "esp3d_logo.h"
Include dependency graph for basic_SSD1306.h:

Go to the source code of this file.

Macros

#define SCREEN_WIDTH   128
 
#define SCREEN_HEIGHT   64
 
#define TFT_BLACK   BLACK
 
#define TFT_WHITE   WHITE
 
#define SPLASH_FG   TFT_BLACK
 
#define SPLASH_BG   TFT_WHITE
 
#define SCREEN_BG   TFT_BLACK
 
#define PROGRESS_FG   TFT_WHITE
 
#define SIGNAL_FG   TFT_WHITE
 
#define SSID_FG   TFT_WHITE
 
#define IP_FG   TFT_WHITE
 
#define STATUS_FG   TFT_WHITE
 
#define FONTSIGNAL   2
 
#define FONTSSID   2
 
#define FONTIP   3
 
#define FONTSTATUS   2
 
#define SIGNAL_X   128-27
 
#define SIGNAL_Y   0
 
#define SIGNAL_W   46
 
#define SIGNAL_H   10
 
#define SIGNAL_ICON_X   128-43
 
#define SIGNAL_ICON_Y   2
 
#define SIGNAL_ICON_W   15
 
#define SIGNAL_ICON_H   10
 
#define SIGNAL_ICON_W_BAR   3
 
#define SIGNAL_ICON_SPACER_X   1
 
#define SSID_AREA_X   0
 
#define SSID_AREA_Y   0
 
#define SSID_AREA_W   85
 
#define SSID_AREA_H   12
 
#define IP_AREA_X   0
 
#define IP_AREA_Y   16
 
#define IP_AREA_W   128
 
#define IP_AREA_H   16
 
#define STATUS_AREA_X   0
 
#define STATUS_AREA_Y   48
 
#define STATUS_AREA_W   128
 
#define STATUS_AREA_H   16
 

Macro Definition Documentation

◆ FONTIP

#define FONTIP   3

Definition at line 39 of file basic_SSD1306.h.

◆ FONTSIGNAL

#define FONTSIGNAL   2

Definition at line 37 of file basic_SSD1306.h.

◆ FONTSSID

#define FONTSSID   2

Definition at line 38 of file basic_SSD1306.h.

◆ FONTSTATUS

#define FONTSTATUS   2

Definition at line 40 of file basic_SSD1306.h.

◆ IP_AREA_H

#define IP_AREA_H   16

Definition at line 63 of file basic_SSD1306.h.

◆ IP_AREA_W

#define IP_AREA_W   128

Definition at line 62 of file basic_SSD1306.h.

◆ IP_AREA_X

#define IP_AREA_X   0

Definition at line 60 of file basic_SSD1306.h.

◆ IP_AREA_Y

#define IP_AREA_Y   16

Definition at line 61 of file basic_SSD1306.h.

◆ IP_FG

#define IP_FG   TFT_WHITE

Definition at line 33 of file basic_SSD1306.h.

◆ PROGRESS_FG

#define PROGRESS_FG   TFT_WHITE

Definition at line 30 of file basic_SSD1306.h.

◆ SCREEN_BG

#define SCREEN_BG   TFT_BLACK

Definition at line 29 of file basic_SSD1306.h.

◆ SCREEN_HEIGHT

#define SCREEN_HEIGHT   64

Definition at line 23 of file basic_SSD1306.h.

◆ SCREEN_WIDTH

#define SCREEN_WIDTH   128

Definition at line 22 of file basic_SSD1306.h.

◆ SIGNAL_FG

#define SIGNAL_FG   TFT_WHITE

Definition at line 31 of file basic_SSD1306.h.

◆ SIGNAL_H

#define SIGNAL_H   10

Definition at line 46 of file basic_SSD1306.h.

◆ SIGNAL_ICON_H

#define SIGNAL_ICON_H   10

Definition at line 51 of file basic_SSD1306.h.

◆ SIGNAL_ICON_SPACER_X

#define SIGNAL_ICON_SPACER_X   1

Definition at line 53 of file basic_SSD1306.h.

◆ SIGNAL_ICON_W

#define SIGNAL_ICON_W   15

Definition at line 50 of file basic_SSD1306.h.

◆ SIGNAL_ICON_W_BAR

#define SIGNAL_ICON_W_BAR   3

Definition at line 52 of file basic_SSD1306.h.

◆ SIGNAL_ICON_X

#define SIGNAL_ICON_X   128-43

Definition at line 48 of file basic_SSD1306.h.

◆ SIGNAL_ICON_Y

#define SIGNAL_ICON_Y   2

Definition at line 49 of file basic_SSD1306.h.

◆ SIGNAL_W

#define SIGNAL_W   46

Definition at line 45 of file basic_SSD1306.h.

◆ SIGNAL_X

#define SIGNAL_X   128-27

Definition at line 43 of file basic_SSD1306.h.

◆ SIGNAL_Y

#define SIGNAL_Y   0

Definition at line 44 of file basic_SSD1306.h.

◆ SPLASH_BG

#define SPLASH_BG   TFT_WHITE

Definition at line 28 of file basic_SSD1306.h.

◆ SPLASH_FG

#define SPLASH_FG   TFT_BLACK

Definition at line 27 of file basic_SSD1306.h.

◆ SSID_AREA_H

#define SSID_AREA_H   12

Definition at line 58 of file basic_SSD1306.h.

◆ SSID_AREA_W

#define SSID_AREA_W   85

Definition at line 57 of file basic_SSD1306.h.

◆ SSID_AREA_X

#define SSID_AREA_X   0

Definition at line 55 of file basic_SSD1306.h.

◆ SSID_AREA_Y

#define SSID_AREA_Y   0

Definition at line 56 of file basic_SSD1306.h.

◆ SSID_FG

#define SSID_FG   TFT_WHITE

Definition at line 32 of file basic_SSD1306.h.

◆ STATUS_AREA_H

#define STATUS_AREA_H   16

Definition at line 68 of file basic_SSD1306.h.

◆ STATUS_AREA_W

#define STATUS_AREA_W   128

Definition at line 67 of file basic_SSD1306.h.

◆ STATUS_AREA_X

#define STATUS_AREA_X   0

Definition at line 65 of file basic_SSD1306.h.

◆ STATUS_AREA_Y

#define STATUS_AREA_Y   48

Definition at line 66 of file basic_SSD1306.h.

◆ STATUS_FG

#define STATUS_FG   TFT_WHITE

Definition at line 34 of file basic_SSD1306.h.

◆ TFT_BLACK

#define TFT_BLACK   BLACK

Definition at line 25 of file basic_SSD1306.h.

◆ TFT_WHITE

#define TFT_WHITE   WHITE

Definition at line 26 of file basic_SSD1306.h.