forked from karawin/Ka-Radio32
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BW lcd lower speed for some type. AP correction if no ip given (dhcp) PDM gpio correction.
- Loading branch information
Showing
11 changed files
with
133 additions
and
46 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
key,type,encoding,value | ||
label_space,namespace,, | ||
L_LABEL,data,string,new_psram.csv | ||
L_COMMENT,data,string,This is the standard simple configuration for a wrover. For PCM test . | ||
gpio_space,namespace,, | ||
K_SPI,data,u8,2 | ||
P_MISO,data,u8,19 | ||
P_MOSI,data,u8,23 | ||
P_CLK,data,u8,18 | ||
P_XCS,data,u8,255 | ||
P_RST,data,u8,255 | ||
P_XDCS,data,u8,33 | ||
P_DREQ,data,u8,34 | ||
P_ENC0_A,data,u8,15 | ||
P_ENC0_B,data,u8,27 | ||
P_ENC0_BTN,data,u8,5 | ||
P_ENC1_A,data,u8,255 | ||
P_ENC1_B,data,u8,27 | ||
P_ENC1_BTN,data,u8,5 | ||
P_BTN0_A,data,u8,255 | ||
P_BTN0_B,data,u8,255 | ||
P_BTN0_C,data,u8,255 | ||
P_BTN1_A,data,u8,255 | ||
P_BTN1_B,data,u8,255 | ||
P_BTN1_C,data,u8,255 | ||
P_I2C_SCL,data,u8,255 | ||
P_I2C_SDA,data,u8,255 | ||
P_I2C_RST,data,u8,255 | ||
P_LCD_CS,data,u8,255 | ||
P_LCD_A0,data,u8,255 | ||
P_LCD_RST,data,u8,255 | ||
P_IR_SIGNAL,data,u8,255 | ||
P_I2S_LRCK,data,u8,12 | ||
P_I2S_BCLK,data,u8,13 | ||
P_I2S_DATA,data,u8,14 | ||
P_TOUCH_CS,data,u8,255 | ||
P_JOY_0,data,u8,255 | ||
P_JOY_1,data,u8,255 | ||
P_LED_GPIO,data,u8,2 | ||
P_ADC_KBD,data,u8,255 | ||
P_BACKLIGHT,data,u8,255 | ||
|
||
option_space,namespace,, | ||
O_LCD_TYPE,data,u8,255 | ||
O_LCD_ROTA,data,u8,255 | ||
O_LCD_OUT,data,u32,255 | ||
O_DDMM_FLAG,data,u8,255 | ||
|
||
custom_ir_space,namespace,, | ||
K_UP,data,string, | ||
K_LEFT,data,string, | ||
K_OK,data,string, | ||
K_RIGHT,data,string, | ||
K_DOWN,data,string, | ||
K_0,data,string, | ||
K_1,data,string, | ||
K_2,data,string, | ||
K_3,data,string, | ||
K_4,data,string, | ||
K_5,data,string, | ||
K_6,data,string, | ||
K_7,data,string, | ||
K_8,data,string, | ||
K_9,data,string, | ||
K_STAR,data,string, | ||
K_DIESE,data,string, | ||
K_INFO,data,string, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.