Hello all,
I wanted to start a mini project which uses the TM4C launchpad and an OLED as a simple display device. The OLED is a 128x64 display which is hardwired for 4-wire SPI and uses an SD1306 controller. Although I'm not brand new to microcontrollers, I am definitely still a beginner who requires some guidance. I would like to set up the appropriate serial interface so I may display characters on the OLED (then later graphics) using my own code as opposed to using the driver library. I know this is ambitious for someone at my level but I'm really keen for a deep understanding of how to control the microcontroller and it's peripherals. I have started reading about the SSI interface in the datasheet and am still feeling like I am missing something. Any suggestions how to approach this problem and any resources are appreciated.