The STM32F030 driving an ST7789 display

The ST7789 display used in this example is a 1.3 inch 240×240 colour LCD display. It interfaces to the STM32F030 at the pretty fast speed of 24MHz. The display is connected as follows:
stm32f030_st7789_schematic
My intention with this circuit is to create a low cost conference badge (actually for Dublin Maker 2019). The target bill-of-materials cost is €5 – most of which is attributed to the display.
stm32f030_st7789
Full size image
Connecting the hardware is only part of the story however and a software library is also required. This was based on the Breadboard Games code from last August in Wexford. The main changes that had to be addressed were the new initialization code and the openAperture code. These were based on the Adafruit library code and the manufacturer’s datasheet. This library includes some graphic drawing primitives as well as other functions to support game play (e.g. timing and random number generation). Additional functions will be added as the badge develops.
Code is available on github
A video of the library in operation is available on YouTube.

2 thoughts on “The STM32F030 driving an ST7789 display

  1. Tamas March 15, 2019 / 8:53 pm

    Hello Frank, The connection to the module looks a bit confusing for me. You mentioned 24MHz in your post, and I see SDA and SCL labels on the display module. 24MHz is far too high for I2C. Maybe you drive it with SPI, but the module is labeled wrong?
    Best regards, Tamas

    Like

    • fduignan March 15, 2019 / 8:56 pm

      It is an SPI display and the labels are confusing. Runs very quickly

      Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s