Numworks Epsilon  1.4.1
Graphing Calculator Operating System
display.h
Go to the documentation of this file.
1 #ifndef ION_BLACKBOX_DISPLAY_H
2 #define ION_BLACKBOX_DISPLAY_H
3 
4 namespace Ion {
5 namespace Display {
6 namespace Blackbox {
7 
8 void setFrameBufferActive(bool enabled);
9 void writeFrameBufferToFile(const char * filename);
10 
11 }
12 }
13 }
14 
15 #endif
void Display(const char *input)
Definition: display.cpp:11
void setFrameBufferActive(bool enabled)
Definition: display.cpp:42
void writeFrameBufferToFile(const char *filename)
Definition: display.cpp:52
Definition: backlight.h:6