configures the project to meet your requirements.
after compilation, the screen only shows the starting board and then a screen probably with the words " level".
changes introduced in joystick.cpp
`#define JOYSTICK_SW GPIO_NUM_3
define JOYSTICK_A_BUTTON GPIO_NUM_4
define EXAMPLE_ADC1_CHAN0 ADC_CHANNEL_0 // pin 35 (x) BROWN
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.
define JOYSTICK_A_BUTTON GPIO_NUM_4
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