Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
ひろちゃんです
8ビット並列インタフェースのLcdコントローラ「ST7565S」を使った128x64ドットのグラフィックLcdに表示しました。
GR-PEACHの評価で、特徴は有りませんが、「DigitalOut」と「BusOut」を使っています。 正常に動作しました。
DigitalOut nCS1(P2_14);
DigitalOut nRst(P2_15);
DigitalOut a0(P7_15);
DigitalOut R_nW(P8_1);
DigitalOut Ena(P8_8);
BusOut DBus(P2_0, P2_1, P2_2, P2_3, P2_4, P2_5, P2_6, P2_7);