OSDN Git Service

3b03d25dc207727833ff9cf971cd71c0590eed0a
[nxt-jsp/etrobo-atk.git] / nxtOSEK / lejos_nxj / src / nxtvm / platform / nxt / nxt_lcd.h
1 #ifndef __NXT_LCD_H__
2 #  define __NXT_LCD_H__
3
4 #  include "mytypes.h"
5
6 #  define NXT_LCD_WIDTH 100
7 #  define NXT_LCD_DEPTH 8
8
9 void nxt_lcd_init(const U8 *disp);
10 void nxt_lcd_power_up(void);
11 void nxt_lcd_power_down(void);
12 void nxt_lcd_update();
13 void nxt_lcd_force_update();
14
15
16 #endif