Compare commits
3 Commits
8ecded9a85
...
976971532a
| Author | SHA1 | Date | |
|---|---|---|---|
| 976971532a | |||
| a7acfa91d6 | |||
| 02932863e0 |
Binary file not shown.
Binary file not shown.
@ -133,7 +133,7 @@ static uint8_t u8x8_gpio_and_delay(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, v
|
||||
|
||||
static uint8_t u8x8_byte_i2c(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr)
|
||||
{
|
||||
static uint8_t buffer[32];
|
||||
static uint8_t buffer[256];
|
||||
static uint8_t buffer_idx;
|
||||
uint8_t *data;
|
||||
|
||||
@ -152,7 +152,7 @@ static uint8_t u8x8_byte_i2c(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *a
|
||||
buffer_idx = 0;
|
||||
break;
|
||||
case U8X8_MSG_BYTE_END_TRANSFER:
|
||||
i2c_sendBytes(I2C_TARGET, u8x8_GetI2CAddress(u8x8) >> 1, buffer, buffer_idx);
|
||||
while(i2c_sendBytes(I2C_TARGET, u8x8_GetI2CAddress(u8x8) >> 1, buffer, buffer_idx) != 0);
|
||||
break;
|
||||
default:
|
||||
return 0;
|
||||
|
||||
64347
hw/main_board.step
64347
hw/main_board.step
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -547,7 +547,7 @@
|
||||
"plot": "",
|
||||
"pos_files": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"step": "main_board.step",
|
||||
"svg": "",
|
||||
"vrml": ""
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user