#ifndef DISPLAY_H #define DISPLAY_H void Display_conf(void); void Display_start(void); void Display_background(void); #endif