BIG Trev Posted March 18 Share Posted March 18 I've been looking at using an STM32 board to drive some ST7735 lcd boards through SPI but my coding skills aren't upto the task at the moment. The STM32 is a whole new ball game for me and I'm trying to do something that doesn't appear to have been done, not that I can find online anyway. I don't want to load bitmaps from an SD card, as they draw too slowly but to have the raw data stored in the microcontroller memory. It'll be a 128 x 128 colour image, just arcade sprites so the colours will be kept to a minimum. If I can't work it out I might go with an Arduino Due or Giga when they become available. They're a lot more expensive though. Link to comment Share on other sites More sharing options...
needlebat Posted March 18 Share Posted March 18 (edited) On 18/03/2023 at 8:20 PM, BIG Trev said: If I can't work it out I might go with an Arduino Due or Giga when they become available. They're a lot more expensive though. Consider ESP32 as well. Good pool of code to look at, and not so pricey. Edited Sunday at 01:16 PM by needlebat 1 Link to comment Share on other sites More sharing options...
djc Posted March 18 Share Posted March 18 (edited) +1 on ESP32. Plenty of code out there and have the option of making it even easier and more flexible using ESPHome, for example https://github.com/ozcantem/esphome_st7735. Added bonus of wifi and mqtt etc so can control remotely and OTA updates. Edited March 18 by djc 2 Link to comment Share on other sites More sharing options...
needlebat Posted Sunday at 01:33 PM Share Posted Sunday at 01:33 PM 19 hours ago, djc said: +1 on ESP32. Plenty of code out there and have the option of making it even easier and more flexible using ESPHome, for example https://github.com/ozcantem/esphome_st7735. Added bonus of wifi and mqtt etc so can control remotely and OTA updates. Well worth a look - the GPIO Binary Sensor should make a great trigger for a video update based on the example linked by @djc Link to comment Share on other sites More sharing options...
BIG Trev Posted Wednesday at 06:02 AM Author Share Posted Wednesday at 06:02 AM We've made a bit of progress in getting an image to display on the lcd. We used some sample code we found online. 2 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now