pimoroni / st7789-python

Python library to control an ST7789 240x240 1.3" TFT LCD display.
MIT License
198 stars 53 forks source link

Corrected some confusion in the examples #5

Closed ahnlak closed 3 years ago

ahnlak commented 3 years ago

The examples (mostly) output a message telling you to use the rear slot in the breakout garden, while the code accesses the front slot.

The comment where the slot is selected also has a typo, referring to BG_SPI_CSB_BACK, when it should be BG_SPI_CS_BACK.

Just a couple of things that tripped me up when trying to use the breakout; hopefully this will save others the same confusion!

Gadgetoid commented 3 years ago

Good catch! Thank you. This is the sort of thing it's really easy to miss when you're writing the examples and not stepping back to follow your own instructions.