Skip to content

Commit

Permalink
ttgots board added
Browse files Browse the repository at this point in the history
  • Loading branch information
karawin committed Feb 22, 2019
1 parent 67bd7c2 commit 77b5f26
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 0 deletions.
Binary file added boards/build/standard_minimal.bin
Binary file not shown.
Binary file added boards/build/ttgots.bin
Binary file not shown.
70 changes: 70 additions & 0 deletions boards/standard_minimal.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
key,type,encoding,value

label_space,namespace,,
L_LABEL,data,string,standard_minimal.csv
L_COMMENT,data,string,This is the standard minimal configuration. One B/W lcd and one encoder.

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,12
P_XDCS,data,u8,33
P_DREQ,data,u8,34
P_ENC0_A,data,u8,32
P_ENC0_B,data,u8,35
P_ENC0_BTN,data,u8,5
P_ENC1_A,data,u8,255
P_ENC1_B,data,u8,17
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,14
P_I2C_SDA,data,u8,13
P_I2C_RST,data,u8,2
P_LCD_CS,data,u8,13
P_LCD_A0,data,u8,14
P_LCD_RST,data,u8,2
P_IR_SIGNAL,data,u8,255
P_I2S_LRCK,data,u8,25
P_I2S_BCLK,data,u8,26
P_I2S_DATA,data,u8,22
P_TOUCH_CS,data,u8,255
P_JOY_0,data,u8,255
P_JOY_1,data,u8,255
P_LED_GPIO,data,u8,4
P_ADC_KBD,data,u8,255
P_BACKLIGHT,data,u8,255

option_space,namespace,,
O_LCD_TYPE,data,u8,0
O_LCD_ROTA,data,u8,0
O_LCD_OUT,data,u32,0
O_DDMM_FLAG,data,u8,0

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,

Binary file added boards/ttgots.bin
Binary file not shown.

0 comments on commit 77b5f26

Please sign in to comment.