Skip to content
Snippets Groups Projects
display.h 213 B
Newer Older
  • Learn to ignore specific revisions
  • #ifndef DISPLAY_H
    
    #include "framebuffer.h"
    #include "textbuffer.h"
    
    extern struct gfx_region display_screen;
    extern struct txt_buffer display_textb;
    
    
    void display_init(void);
    
    void display_init_slim(void);