karawin / Ka-Radio32

esp32 version of Ka-Radio (https://github.com/karawin/Ka-Radio) by jp Cocatrix
525 stars 155 forks source link

Button pad config #161

Open Mareckil opened 4 years ago

Mareckil commented 4 years ago

hello masters, I am having a problem, I would like to use 6 button keypad on my ka-radio32, I have alread done one radio with encoder and it works fine, Now I can't go trough proper configuration for this keypad. I would like use 6 or 5 buttons start/stop and station up/down and volume up/down my board ESP32-devkit V1 display tft_lcd ST7735 and VS1053. Can someone help me with that?

karawin commented 4 years ago

Hi, please read https://github.com/karawin/Ka-Radio32/issues/156

Mareckil commented 4 years ago

Thanks for advice, I have read this thread and manual, so can you please have a look and check if I am thinking well.

No encoders P_ENC0_A,data,u8,255 P_ENC0_B,data,u8,0 P_ENC0_BTN,data,u8,0 P_ENC1_A,data,u8,255 P_ENC1_B,data,u8,0 P_ENC1_BTN,data,u8,0 P_BTN0_A,data,u8,16 // start/stop P_BTN0_B,data,u8,17 //volume up P_BTN0_C,data,u8,5 //volume down P_BTN1_A,data,u8,27 //configured but not used P_BTN1_B,data,u8,26 //station up P_BTN1_C,data,u8,22 //station down

karawin commented 4 years ago

Yes may be if no conflct with the rest of the csv (or default values). You can now generate and flash the bin