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

Поделиться
HTML-код
  • Опубликовано: 2 окт 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

  • @dayanandpanchal187
    @dayanandpanchal187 9 месяцев назад +1

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

  • @mihalceaalexandru9114
    @mihalceaalexandru9114 2 года назад +2

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

  • @miguelangellopez196
    @miguelangellopez196 2 года назад +1

    Nice, thanks bro

  • @trurl9790
    @trurl9790 Год назад +1

    works great, thank you!

  • @steve64464
    @steve64464 3 года назад +2

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

  • @bb1909bb
    @bb1909bb 11 месяцев назад +1

    perfect and it's what i want. thx alot

  • @rillsley
    @rillsley Год назад +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?

  • @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.

  • @90mastraa
    @90mastraa 7 месяцев назад +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

  • @explorerofinfinity722
    @explorerofinfinity722 2 года назад +1

    Showing... Orientation: horiz Reversal: False

  • @ceosealemon
    @ceosealemon Год назад +1

    What should I do about pico rp2040?

  • @ประหยัดจันอังคาร-ฬ9จ

    You can up size more?.

  • @zzlcn
    @zzlcn Год назад +1

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

  • @mrkumar3775
    @mrkumar3775 2 года назад +1

    how to print bitmap

  • @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.

  • @MINUZPLUZ
    @MINUZPLUZ 3 года назад +1

    Great work bro 👍

  • @techmaster6587
    @techmaster6587 3 года назад +1

    Very nice

  • @daughterofel4222
    @daughterofel4222 3 года назад +1

    👍

  • @dirtyfbutler2903
    @dirtyfbutler2903 2 года назад +2

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