ESP3D  3.0
Firmware for ESP boards connected to 3D Printer
basicdisplay.h File Reference

Go to the source code of this file.

Classes

class  Display
 

Macros

#define SPLASH_SCREEN   0
 
#define MAIN_SCREEN   1
 
#define CALIBRATION_SCREEN   2
 
#define _BASICDISPLAY_H
 

Functions

void display_progress (uint8_t v)
 

Variables

Display esp3d_display
 

Macro Definition Documentation

◆ _BASICDISPLAY_H

#define _BASICDISPLAY_H

Definition at line 26 of file basicdisplay.h.

◆ CALIBRATION_SCREEN

#define CALIBRATION_SCREEN   2

Definition at line 23 of file basicdisplay.h.

◆ MAIN_SCREEN

#define MAIN_SCREEN   1

Definition at line 22 of file basicdisplay.h.

◆ SPLASH_SCREEN

#define SPLASH_SCREEN   0

Definition at line 21 of file basicdisplay.h.

Function Documentation

◆ display_progress()

void display_progress ( uint8_t  v)

Variable Documentation

◆ esp3d_display

Display esp3d_display