コード例 #1
0
ファイル: TestLcd.java プロジェクト: willmeyer/jlcd
 private void shutdownLcd() throws Exception {
   lcd.disconnect();
   lcd = null;
 }