Compare commits
No commits in common. "976971532a0e0b309ea23975fa8b5ff98023d0a6" and "8ecded9a851dc586c8d2633bdc095a5faaf5a4e8" have entirely different histories.
976971532a
...
8ecded9a85
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 u8x8_byte_i2c(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int, void *arg_ptr)
|
||||||
{
|
{
|
||||||
static uint8_t buffer[256];
|
static uint8_t buffer[32];
|
||||||
static uint8_t buffer_idx;
|
static uint8_t buffer_idx;
|
||||||
uint8_t *data;
|
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;
|
buffer_idx = 0;
|
||||||
break;
|
break;
|
||||||
case U8X8_MSG_BYTE_END_TRANSFER:
|
case U8X8_MSG_BYTE_END_TRANSFER:
|
||||||
while(i2c_sendBytes(I2C_TARGET, u8x8_GetI2CAddress(u8x8) >> 1, buffer, buffer_idx) != 0);
|
i2c_sendBytes(I2C_TARGET, u8x8_GetI2CAddress(u8x8) >> 1, buffer, buffer_idx);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return 0;
|
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": "",
|
"plot": "",
|
||||||
"pos_files": "",
|
"pos_files": "",
|
||||||
"specctra_dsn": "",
|
"specctra_dsn": "",
|
||||||
"step": "main_board.step",
|
"step": "",
|
||||||
"svg": "",
|
"svg": "",
|
||||||
"vrml": ""
|
"vrml": ""
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user