moononournation / T-Deck

All Lilygo T-Deck stuff
40 stars 2 forks source link

esp32-faux86 is slower then it should, reversed video, keyboard not working #2

Closed SvenMb closed 11 months ago

SvenMb commented 11 months ago

I compiled und uploaded the esp32-faux86 example to my T-Deck, but I had some issues with it:

I used the T-Deck before with meshtastic firmware and there where no issues.

thanks

moononournation commented 11 months ago

Only support Arduino IDE

SvenMb commented 11 months ago

I tried both, Arduino and platformIO (with arduino plugin), both produced the same result.

Maybe some specific versions? I used the old arduino ide 1.8.19

SvenMb commented 11 months ago

Now I tried with current Arduino IDE 2.2.1 and got the same. Attached a photo from BIOS output...

IMG_20231219_164830

moononournation commented 11 months ago

for the display color inverted, set the st7789 ips parameter to true. for the keyboard, you may need to upload the custom keyboard program for better response.

SvenMb commented 11 months ago

Perfect, all working now and is fast as it should.

Thanks.

coolcoder613eb commented 7 months ago

How do I upload the custom keyboard program? Also, where do I put the disk image so it gets read?

SvenMb commented 7 months ago

See https://github.com/rgrizzell/lilygo-t-deck-keyboard

You could alternatively set TDECK_I2C_FREQ back to the original number 100000U, then it works without new keyboard firmware.