lib/unigraphic/SSD1322.h

changeset 40
069bbd5ee3e4
parent 26
86f099bda525
child 45
2da50a3d4e9f
equal deleted inserted replaced
39:63c6a720cb97 40:069bbd5ee3e4
42 /** Destructor 42 /** Destructor
43 * will free framebuffer 43 * will free framebuffer
44 */ 44 */
45 virtual ~SSD1322() {}; 45 virtual ~SSD1322() {};
46 46
47 47 void power_off();
48 void power_on();
48 49
49 /////// functions that come for free, but can be overwritten/////////////////////////////////////////////////// 50 /////// functions that come for free, but can be overwritten///////////////////////////////////////////////////
50 /////// ----------------------------------------------------/////////////////////////////////////////////////// 51 /////// ----------------------------------------------------///////////////////////////////////////////////////
51 52
52 /** Draw a pixel in the specified color. 53 /** Draw a pixel in the specified color.

mercurial