// img 표시
// 배경설정 = false: 솔리드, true : trasnparent
u8g2.setBitmapMode(false); // 배경설정 = false: 솔리드, true : trasnparent
u8g2.drawXBMP(0,0,128,64,song);
u8g2.sendBuffer();
첨부파일첨부된 파일이 2개 있습니다.
다음검색
// img 표시
// 배경설정 = false: 솔리드, true : trasnparent
u8g2.setBitmapMode(false); // 배경설정 = false: 솔리드, true : trasnparent
u8g2.drawXBMP(0,0,128,64,song);
u8g2.sendBuffer();