티스토리 뷰
<Oled 디스플레이 0.96 SSD1306>
>>>>>구매
>>>> python 튜토리얼
https://remnant24c.tistory.com/85
>>install 오류 pillow
... /tmp/pip-ueppcjm0-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-6wg9fn95/Pillow/
You are using pip version 9.0.3, however version 22.0.4 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
sudo apt-get install libjpeg-dev zlib1g-dev
이거 설치후 다시 pillow 설치
>>또오류
ImportError: No module named RPi
https://raspberrypi.stackexchange.com/questions/60774/importerror-no-module-named-rpi
sudo apt-get install python3-dev python3-rpi.gpio
sudo apt-get install picap
picap-setup
그와중에 또 오류..
>> WiringPi 가 있어야 한데..
>>>해결
https://lunasword.tistory.com/42
<실패>
<방법2>
Oled 디스플레이 0.96 TFT IPS LCD 패널 ST7735
https://fishpoint.tistory.com/3773
1. 소스코드를 다운
git clone https://github.com/iliapenev/ssd1306_i2c.git
2. 다운로드 폴더로 이동합니다.
> cd ssd1306_i2c/
3. ls 명령을 사용하여 파일을 확인합니다.
> ls
// 결과 : README demo.c oled_fonts.h ssd1306_i2c.c ssd1306_i2c.h
4. 아래 명령을 사용하여 컴파일 합니다.
gcc demo.c ssd1306_i2c.c -lwiringPi -o demo
https://hackereyes.tistory.com/entry/%ED%8E%8C-gcc-%EB%AA%85%EB%A0%B9%EC%96%B4
(gcc 사용법)
>>> 문제
fatal error: wiringPiI2C.h: 그런 파일이나 디렉터리가 없습니다
32 | #include <wiringPiI2C.h>
wiringPi가 있어야 하는데 없다..
>>>해결
https://lunasword.tistory.com/42
5. 실행하여 OLED 화면을 확인합니다.
> sudo ./demo
끝
소스코드를 활용하여 원하는 글자 출력예정
'Iot > 라즈베리파이' 카테고리의 다른 글
라즈베리파이_dotenv 설치 :깃에 공유할 때 정보 보호하기 (0) | 2022.04.20 |
---|---|
라즈베리파이_비콘연결 (0) | 2022.03.28 |
라즈베리파이_I2C 1602 LCD 모듈 [SZH-EK101] (0) | 2022.03.10 |
라즈베리파이_네이버 책 검색 api (0) | 2022.03.10 |
라즈베리파이_ 실시간 바코드 인식 pyzbar + playsound (0) | 2022.03.10 |
- Total
- Today
- Yesterday
- Java
- MQTT
- Unity
- CNC
- TouchDesigner
- RNN
- JacobianMatrices
- sequelize
- node.js
- StableDiffusion
- VR
- DeepLeaning
- Arduino
- Express
- motor controll
- three.js
- emotive eeg
- 유니티
- 후디니
- unity 360
- houdini
- colab
- ardity
- 라즈베리파이
- opencv
- oculuspro
- 유니티플러그인
- Python
- docker
- AI
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |