I am showing how to show text on a LCD display drivers using a Cortex-M0 microcontroller. The display is based on a SSD1306 chipset. I also show how to enable heap in embedded rust so that things like formatted strings work. Example code available at https://github.com/andy31415/rust-cor...