Skip to content

Commit

Permalink
clk I2C 40kHz
Browse files Browse the repository at this point in the history
  • Loading branch information
pvvx committed Jul 28, 2024
1 parent 9d10cfd commit 187801a
Show file tree
Hide file tree
Showing 27 changed files with 11 additions and 69 deletions.
Binary file removed bin/1141-0206-01213001-ZCGDK2.zigbee
Binary file not shown.
Binary file removed bin/1141-0208-01213001-ZMHOC401N.zigbee
Binary file not shown.
Binary file removed bin/1141-0208-01213001-z03mmc.zigbee
Binary file not shown.
Binary file removed bin/1141-020a-01213001-Z03MMC.zigbee
Binary file not shown.
Binary file removed bin/1141-020b-01213001-ZMHOC122.zigbee
Binary file not shown.
Binary file modified bin/1141-020b-01223001-ZMHOC122.zigbee
Binary file not shown.
Binary file removed bin/1141-0211-01213001-ZTS0201Z3000.zigbee
Binary file not shown.
Binary file removed bin/1141-0216-01213001-ZTH03Z.zigbee
Binary file not shown.
Binary file removed bin/1141-021b-01213001-ZTH01Z.zigbee
Binary file not shown.
Binary file removed bin/1141-021c-01213001-ZTH02Z.zigbee
Binary file not shown.
Binary file removed bin/1141-d3a3-01983001-TS0201z_v0121.zigbee
Binary file not shown.
Binary file removed bin/1141-d3a3-01993001-TH01Zz_v0121.zigbee
Binary file not shown.
Binary file removed bin/1141-d3a3-01993001-TH02Zz_v0121.zigbee
Binary file not shown.
Binary file removed bin/1141-d3a3-01993001-TH03Zz_v0121.zigbee
Binary file not shown.
Binary file removed bin/Z03MMC_v0121.bin
Binary file not shown.
Binary file removed bin/ZCGDK2_v0121.bin
Binary file not shown.
Binary file removed bin/ZMHOC122_v0121.bin
Binary file not shown.
Binary file modified bin/ZMHOC122_v0122.bin
Binary file not shown.
Binary file removed bin/ZMHOC401N_v0121.bin
Binary file not shown.
Binary file removed bin/ZTH01Z_v0121.bin
Binary file not shown.
Binary file removed bin/ZTH02Z_v0121.bin
Binary file not shown.
Binary file removed bin/ZTH03Z_v0121.bin
Binary file not shown.
Binary file removed bin/ZTS0201Z3000_v0121.bin
Binary file not shown.
10 changes: 9 additions & 1 deletion bin/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"fileSize": 128850,
"manufacturerCode": 4417,
"imageType": 523,
"sha512": "d72824f782ed8535a456bc0f0c18e94502029191eb00a215c6d525f85d7fd0a066784d30e5ed4be8dc21eae54badd70f3a3f83c71dda24b853aec43cdbd12055",
"sha512": "65c7232dbd9aa95abe23772f2f1f4110174ceb69ab26d34dfb2a7762d889ced30ca8887e6189c2cd911a41799b9947f8aefc540f56f0ee3a58b279503f870195",
"url": "https://github.com/pvvx/ZigbeeTLc/raw/master/bin/1141-020b-01223001-ZMHOC122.zigbee"
},
{
Expand Down Expand Up @@ -62,5 +62,13 @@
"imageType": 540,
"sha512": "0a0dca94f86c42f1a9168470e531be3ebc2da9a9aa3f1c636b3772f3cf2bdb77375f20b22da72faba7fd29acb50e7b38a494b6efacb5e4cef29d91687e29401c",
"url": "https://github.com/pvvx/ZigbeeTLc/raw/master/bin/1141-021c-01223001-ZTH02Z.zigbee"
},
{
"fileVersion": 26816513,
"fileSize": 125906,
"manufacturerCode": 4417,
"imageType": 54179,
"sha512": "60fae4916fc0cfd9a008b0398ef4d155ebaad46aa713a306d62093b1745af84f2d58c207ebbe8c679cb1a28e04e72252e2b088cb8fc7246a1d2a3e669e893c7f",
"url": "https://github.com/pvvx/ZigbeeTLc/raw/master/bin/1141-d3a3-01993001-TH03Zz_v0122.zigbee"
}
]
66 changes: 0 additions & 66 deletions bin/index_v121.json

This file was deleted.

2 changes: 1 addition & 1 deletion src/board_mho_c122.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#define LCD_INIT_DELAY() pm_wait_ms(50)

// I2C
#define I2C_CLOCK 100000 // Hz
#define I2C_CLOCK 400000 // Hz
#define SENSOR_TYPE SENSOR_SHTC3_4X
#define USE_SENSOR_ID 1

Expand Down
2 changes: 1 addition & 1 deletion src/lcd_mho_c122.c
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ void init_lcd(void){
// pm_wait_ms(50); // LCD_INIT_DELAY()
lcd_send_i2c_buf((u8 *) lcd_init_cmd_b14, sizeof(lcd_init_cmd_b14));
lcd_send_i2c_buf((u8 *) lcd_init_clr_b14, sizeof(lcd_init_clr_b14));
show_reboot_screen();
}
show_reboot_screen();
}

void update_lcd(void){
Expand Down

0 comments on commit 187801a

Please sign in to comment.