PROGRAMMING

I2C LCD - 참고 사이트 본문

Raspberry

I2C LCD - 참고 사이트

Raccoon2125 2020. 11. 3. 23:17

- I2C LCD 제어 tools (smBus)

blog.naver.com/PostView.nhn?blogId=audiendo&logNo=220867366797

 

라즈베리파이 I2C 제어 i2c-tools 파이썬 python-smbus

라즈베리파이 i2c-tools명령모드에서 i2c 인터페이스에 연결된 장치를 검색하는 도구를 설치해 사용해 보겠...

blog.naver.com

1. I2C LCD 설명(1~5편) https://blog.naver.com/meelong0/140104604266

 

[02] 캐릭터 LCD (CLCD) 사용 방법 (1/5)

어느덧 펌웨어 하러 다시 돌아왔습니다. 이놈의 정체성은 이미 없어진지 오래이고, 이러는 도중에 올리는 ...

blog.naver.com

2. 글자그리기 https://mikeyancey.com/hamcalc/lcd_characters.php

 

LCD Custom Character Generator

Design a Custom Character for an LCD First off - this is not my original design. Bruno Maia / Icontexto.com built this originally. It's been a very useful tool, but in recent months, it's disappeared. I thought I'd just make a quickie re-build of it, so I

mikeyancey.com

3.

라즈베리파이에 I2C 설치, 프로그래밍(from teacher) https://www.circuitbasics.com/raspberry-pi-i2c-lcd-set-up-and-programming/

 

How to Setup an I2C LCD on the Raspberry Pi

How to use I2C to connect an LCD to the Raspberry Pi. Learn how to scroll, position, and clear text, print the date, time, IP address, and sensor data.

www.circuitbasics.com

Example https://gist.github.com/hannesrauhe/ac95ab7c877487df7ff087f581ff28bc

 

RaspberryPi I2C LCD Python stuff

RaspberryPi I2C LCD Python stuff. GitHub Gist: instantly share code, notes, and snippets.

gist.github.com

Datasheet, LCD 작성, Example2 https://m.blog.naver.com/PostView.nhn?blogId=simjk98&logNo=221239264143&proxyReferer=https:%2F%2Fwww.google.com%2F

 

라즈베리파이 I2C 통신을 이용한 LCD 쓰기

이번 포스팅에서는 I2C 통신을 이용하여 출력을 해보려고 한다. 1. I2C 통신 - 이전 포스팅에서도 한번...

blog.naver.com

사용자정의문자 지정하기, Example3 https://alisa2304.tistory.com/29

 

텍스트 LCD에서 사용자 정의문자 지정하기

★ 텍스트형 LCD모듈에서의 사용자 정의문자 - 지난 글에서 실습해 보았듯이 텍스트형 LCD 모듈에서 글자를 찍을 때 우리는 거의 CG ROM에 저장된 기본    문자 폰트를 이용하여 문자의 코드를 DD RA

alisa2304.tistory.com

 

'Raspberry' 카테고리의 다른 글

실습 파일(I2C LCD, I2C_LCD_driver.py 포함)  (0) 2020.11.03
실습 - 버튼, LED, PIR, PWM, 초음파, 온습도  (0) 2020.11.03
My Note  (0) 2020.11.03
라즈베리 관련 명령어  (0) 2020.11.03
Comments