eink paper ED060SC4(LF) にSD内の01.bmpを表示させます

Dependencies:   SDFileSystem mbed

extdio.h

Committer:
kohacraft
Date:
2016-02-14
Revision:
1:8c9178c52155
Parent:
0:97881c3945b1

File content as of revision 1:8c9178c52155:

#define LE 0x01
#define OE 0x02
#define NC10 0x04
#define SPH 0x08
#define GMODE 0x10
#define SPV 0x20
#define CKV 0x40
#define EN 0x80

//CLピンの変更
void setCL( bool state );

//制御バスピン変更
void setContBas( char mask , bool state );

//データバスピン変更
void setDataBas( bool d7 ,  bool d6 ,  bool d5 ,  bool d4 ,  bool d3 ,  bool d2 ,  bool d1 ,  bool d0  );