nopnop2002 / wiringpi-tft-tool

TFT Command Line Tool for Raspberry Pi
MIT License
38 stars 10 forks source link

framebuffer mirror #11

Open r3l4x-pt opened 5 months ago

r3l4x-pt commented 5 months ago

isit possible to mirror the hdmi to the st7793 tft?

nopnop2002 commented 5 months ago

Since the resolution is different from HDMI, it probably won't display correctly.

You will need to create the process to import the HDMI output yourself.

r3l4x-pt commented 5 months ago

that is possible at least for SPI TFTs using FBCP. there is isnt much info on the ST7793 but i did found a FB module for the ili9341 https://github.com/sammyizimmy/ili9341 and tried to modify it to work with the ST7793 but failed as i dont undersgand how that works

nopnop2002 commented 5 months ago

You need to read the ILI9341 data sheet and understand the commands.

https://cdn-shop.adafruit.com/datasheets/ILI9341.pdf