fiberpunk1 / Holo

Fiberpunk Holo from: https://github.com/peng-zhihui/HoloCubic
GNU General Public License v3.0
98 stars 7 forks source link

Not a issue, asking for gpio. #4

Open niahane opened 1 year ago

niahane commented 1 year ago

Hi, today I received your card, it's beautiful, I would like to use it with esphome, could you please show me all the necessary gpios? From what I understand the monitor is a 240x240 tft In the source I found the gpios of the gyro should be sda ​​32 and scl 33 Is the monitor backlight controlled by gpio 5? Are these the gpios of the monitor?

if GFX

define TFT_MISO 19

define TFT_MOSI 23

define TFT_SCLK 18

define TFT_CS -1 // Not connected

define TFT_DC 2

define TFT_RST 4 // Connect reset to ensure display initialises

Thank you

woutervb commented 4 months ago

I'm looking for the same information, would be great if that can be shared.