How to interface OLED with PICO | Large fonts on OLED using Micropython

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2024
  • #pico #raspberry #pico_projects
    |n this video tutorial, I am going to show you how to interface OLED by with Raspberry pi also I am showing how to display large fonts in OLED display using Micropython
    Download code from here
    drive.google.c...
    EDISON SCIENCE CORNER
    This channel is all about science and tech videos.
    No fake thumbnails
    No fake content
    __you can find__
    IoT projects, tutorials
    Arduino projects,tutorials
    diy stuffs
    blynk app projects
    science projects
    __lets connect___
    🅆🄷🄰🅃🅂🄰🄿🄿
    chat.whatsapp....
    🄸🄽🅂🅃🄰🄶🅁🄰🄼
    / edison_science_corner
    🄵🄰🄲🄴🄱🄾🄾🄺
    / escpage
    🅃🄴🄻🄴🄶🅁🄰🄼
    t.me/edisonsci...
    raspberry pi,pico,rpi,microcontroller,maker,hobby,electronics,temperature,project,board,electric,leds,led,thonny,python,ide,circuitpython,review,rp2040,specs,specifications,how to,guide,programming,Pico emulation,retro games raspberry pi pico,raspberry pi pico,low cost,Raspberry,Pi,Raspberry Pi Pico,MicroPython,Music,DIY,Programming,how to interface pico with lcd,interface pico with lcd,raspberry pico with lcd,pico with lcd,pico projects,i2,i2c lcd with rpi,i2c lcd

ความคิดเห็น • 42

  • @zzlcn
    @zzlcn ปีที่แล้ว +1

    your code works ,bro! thanks a lot ! ----- love from China.

  • @steve64464
    @steve64464 3 ปีที่แล้ว +2

    Thanks for this informative video I've been going crazy trying to make the text larger on this oled.

  • @90mastraa
    @90mastraa 8 หลายเดือนก่อน +1

    Hello, I get the following error while running on Pico:
    Traceback (most recent call last):
    File "", line 24, in
    File "/lib/writer.py", line 46, in printstring
    File "/lib/writer.py", line 54, in _printchar
    AttributeError: 'module' object has no attribute 'get_ch'
    any idea?
    Andrea

  • @manuelcarriedo4404
    @manuelcarriedo4404 ปีที่แล้ว +1

    Thank you for sharing this video. I feel like I am getting closer to implement other fonts/size on my Heltec ESP32 WiFi Kit built-in OLED display, however I am not yet there. I followed your instructions and seems like there is something missing, when running the code, I am getting following message on the REPL, "Orientation: horiz Reversal: False" and the text with "freesans20" not showed on the OLED display. Would you mind to help me to find a solution?... thanks in advance.

  • @dayanandpanchal187
    @dayanandpanchal187 9 หลายเดือนก่อน +1

    Sir thanks for Information but i have
    a problems how to make number of pages on oled display

  • @ceosealemon
    @ceosealemon ปีที่แล้ว +1

    What should I do about pico rp2040?

  • @trurl9790
    @trurl9790 ปีที่แล้ว +1

    works great, thank you!

  • @miguelangellopez196
    @miguelangellopez196 2 ปีที่แล้ว +1

    Nice, thanks bro

  • @rillsley
    @rillsley 2 ปีที่แล้ว +1

    Hi Many thanks for posting this video. I get an error: Traceback (most recent call last):
    File "", line 24, in
    ImportError: no module named 'uctypes'
    line 24 is: from uctypes import bytearray_at, addressof
    Can you help?

  • @bb1909bb
    @bb1909bb ปีที่แล้ว +1

    perfect and it's what i want. thx alot

  • @daughterofel4222
    @daughterofel4222 3 ปีที่แล้ว +1

    👍

  • @techmaster6587
    @techmaster6587 3 ปีที่แล้ว +1

    Very nice

  • @ประหยัดจันอังคาร-ฬ9จ
    @ประหยัดจันอังคาร-ฬ9จ 10 หลายเดือนก่อน +1

    You can up size more?.

  • @MINUZPLUZ
    @MINUZPLUZ 3 ปีที่แล้ว +1

    Great work bro 👍

  • @steve64464
    @steve64464 3 ปีที่แล้ว +1

    The small text main.py seems to refer to a "font_writer" which is not included in the zip file.

    • @EDISON_SCIENCE_CORNER
      @EDISON_SCIENCE_CORNER  3 ปีที่แล้ว

      Sorry for that. please delete last 3 lines and try again

    • @steve64464
      @steve64464 3 ปีที่แล้ว +1

      @@EDISON_SCIENCE_CORNER No problem :-) , I wonder how small you can make text on these displays and still have it readable.

    • @EDISON_SCIENCE_CORNER
      @EDISON_SCIENCE_CORNER  3 ปีที่แล้ว

      We need atleast five pixels to create a letter

    • @steve64464
      @steve64464 3 ปีที่แล้ว +1

      @@EDISON_SCIENCE_CORNER Its fun to see what you can do with these tiny screens , I want to try find out how to display images next and maybe do animations.

  • @mihalceaalexandru9114
    @mihalceaalexandru9114 2 ปีที่แล้ว +2

    AttributeError: 'SSD1306_I2C' object has no attribute 'blit'

  • @explorerofinfinity722
    @explorerofinfinity722 2 ปีที่แล้ว +1

    Showing... Orientation: horiz Reversal: False

  • @mrkumar3775
    @mrkumar3775 2 ปีที่แล้ว +1

    how to print bitmap

  • @dirtyfbutler2903
    @dirtyfbutler2903 2 ปีที่แล้ว +2

    Is there any way to get the large font to work on the SSD1306 128X32 OLED screen?