I've created a sketch that works fine on an ESP32-S3-Box, communicates over BLE and displays graphics.
I'm currently using the TFT_eSPI library to display graphics, mainly drawing at the pixel level.
I'm now looking to try and get an image to scroll across the screen, from left to right - but this library doesn't have any functions to do this. I've written code to do it by looping around drawing columns of pixels; then moving across a line and doing again etc. This works - but is Verrrryy sloooow.
Does anyone know of a different Graphics library that can be used - has inbuilt functions for scrolling - supports this chipset - and is usable on Arduino IDE.
Thanks
Phil
Graphics Library to scroll images?
-
- Posts: 826
- Joined: Mon Jul 22, 2019 3:20 pm
Re: Graphics Library to scroll images?
I don't know exactly what you are trying to do, but LVGL has some advanced animation features.
Re: Graphics Library to scroll images?
Thanks - I'll look into that.
Who is online
Users browsing this forum: No registered users and 41 guests