Ka-Radio32 icon indicating copy to clipboard operation
Ka-Radio32 copied to clipboard

Button pad config

Open Mareckil opened this issue 4 years ago • 3 comments

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?

Mareckil avatar Feb 10 '20 11:02 Mareckil

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

karawin avatar Feb 10 '20 12:02 karawin

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

Mareckil avatar Feb 11 '20 09:02 Mareckil

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

karawin avatar Feb 11 '20 15:02 karawin