Тёмный

Raspberry Pi Pico + 128x64 I2C SSD1306 OLED (MicroPython) 

an Erik
Подписаться 14 тыс.
Просмотров 8 тыс.
50% 1

details: helloraspberry...
First Power up Raspberry Pi Pico and flash MicroPython firmware, on Raspberry Pi. • First Power up Raspber...

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 10   
@SoggyCashew
@SoggyCashew 2 года назад
How do you scroll the text vertical in a loop?
@PankajNikam
@PankajNikam 3 года назад
Hi, thanks for the video, how do you suggest we go for the C version?
@stevenbowyer2405
@stevenbowyer2405 3 года назад
Thanks for video. Is there any way you know of that would increase text size on the OLED using this method?
@AndroidEric
@AndroidEric 3 года назад
sorry, I have no idea.
@rozberry8867
@rozberry8867 3 года назад
Some audio would be nice.
@steviestl2269
@steviestl2269 3 года назад
I got the SH1106 working, there is a lot of stuff on GitHub (may need some adjustments).
@Samuel-nu1ij
@Samuel-nu1ij 3 года назад
hello, i got SH1106 and pico can you explain how do you manage to get it working ? It is not even showing on i2c scan
@steviestl2269
@steviestl2269 3 года назад
@@Samuel-nu1ij From here: github.com/robert-hh/SH1106 copy the sh1106.py file onto your pico (open in thonny and save on micropython device). in the code you want to run: import sh1106 i2c = machine.I2C(id=0, scl=machine.Pin(5), sda=machine.Pin(4), freq=400000) display = sh1106.SH1106_I2C(128, 64, i2c, Pin(16), 0x3c) display.sleep(False) display.rotate(True) then your loop or what ever. read through the readme on the github.
@dreyes121212
@dreyes121212 3 года назад
Fantastic progress with Rpi PICO, I intend to work with TFT 3.5 "You can use what you develop for Controller: ili9481, ili9468, ili9488, hx8357, r61581. ???
@AndroidEric
@AndroidEric 3 года назад
sorry, I haven't any display with conntroller you mentioned. maybe buy one to try later.
Далее
Raspberry Pi Pico - Review and Getting Started
18:32
Просмотров 76 тыс.
Mübariz İbrahimovun atası vəfat etdi
00:14
Просмотров 134 тыс.
Это было очень близко...
00:10
Просмотров 3,1 млн
Raspberry Pi Pico - DIY Macro Keyboard
16:00
Просмотров 100 тыс.
If Your Tech Job is Comfortable, You're in Danger
20:57
Raspberry Pi Pico/MicroPython + ST7789 SPI IPS LCD
8:31