OLED display using Rust on AVR

Discussion in 'UDOO BOLT' started by jmogens, Oct 6, 2020.

  1. jmogens

    jmogens New Member

    Joined:
    Oct 6, 2020
    Messages:
    1
    Likes Received:
    3
    Recently the Rust compiler gain support for AVR targets like the atmega32u4 in the UDOO Bolt. I created a Rust program for the atmega32u4 to display text received from a USB serial port on an I2C OLED display.

    https://github.com/mogenson/udoo-display

    [​IMG]
     
    evaloverde, waltervl and ccs_hello like this.
  2. waltervl

    waltervl UDOOer

    Joined:
    Dec 12, 2015
    Messages:
    2,314
    Likes Received:
    580
    Nice work!
     
  3. miller114

    miller114 UDOOer

    Joined:
    Jun 20, 2023
    Messages:
    1
    Likes Received:
    0
    Keep in mind that developing for low-level platforms like AVR microcontrollers using Rust may involve working with unsafe code and manually manipulating hardware registers. Be sure to consult the documentation for the AVR microcontroller, the OLED display module, and the Rust crates you're using for detailed instructions and examples specific to your setup.
    See: https://bitdifference.com/uled-vs-oled/
     

Share This Page