cbm80amiga / ST7735_SDVideoPlayback

Smooth video playback from SD on STM32 and ST7735
GNU Lesser General Public License v3.0
34 stars 16 forks source link

ST7735_SDVideoPlayback #5

Open chBSS opened 2 years ago

chBSS commented 2 years ago

dear cbm80amiga

I saw with pleasure your ST7735_SDVideoPlayback. unfortunatly, nothing work. Too many error in arduino IDE. I suppose that I Don't have the good librairy

is it possible for your to list the adequate librairy needed wth edequate release value. concerning the bord, I have the same problem, which package must be installed ? is there a specific board for this project STM32 F xxx ?

I hope to do this project for my young son.

by adance many thanks chris

mrbbp commented 1 year ago

Sorry for late answer it compile with adafruit GFX Lib -> v 1.5.0 SdFat -> v 1.0.14 (and arduino ide v2) but dont have a bluepill to test (have some error but compile)

mrbbp commented 1 year ago

have to compress video with different size cause there is unread pix i use 200 x 128 px with a 40px offset to have with good result

and a ffmpeg conversion look like ffmpeg -i myvideo.mov -vf scale=200:128 -vcodec rawvideo -f rawvideo -pix_fmt rgb565 myvideo.raw

SergeIsere commented 1 year ago

execution error: 'Arduino_ST7735_STM' does not name a type Have you a suggestion? Seems to be related to this line: Arduino_ST7735_STM lcd = Arduino_ST7735(TFT_DC, TFT_RST, TFT_CS); Many thanks to help Serge