#ifndef DISPLAY_H #define DISPLAY_H int init_display(); int update_display(); int display_set_message(); #endif