cfrankb / esp-idf-cs3

ESP32 port of an MSDOS game using the ST7789 / ILI9341 LCD display and a joystick module.
MIT License
1 stars 1 forks source link

No screen after change configuration. #3

Closed spairo1741 closed 6 months ago

spairo1741 commented 6 months ago

define EXAMPLE_ADC1_CHAN0 ADC_CHANNEL_0 // pin 35 (x) BROWN

define EXAMPLE_ADC1_CHAN1 ADC_CHANNEL_1 // pin 34 (y) WHITE`

SW --> GPIO3, buttonA --> GPIO4, used ADC1_CH0, ADC1_CH1

cfrankb commented 6 months ago

I am not sure what to do about this. you need a combination of settings that don't conflict. since the buttons are not necessary, they can be disabled. i can prepare patch for that.

spairo1741 commented 6 months ago