예제 #1
0
파일: TestLcd.java 프로젝트: willmeyer/jlcd
 private void shutdownLcd() throws Exception {
   lcd.disconnect();
   lcd = null;
 }