Compare commits

..

3 Commits

6 changed files with 35829 additions and 35854 deletions

Binary file not shown.

Binary file not shown.

View File

@ -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;

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -547,7 +547,7 @@
"plot": "",
"pos_files": "",
"specctra_dsn": "",
"step": "",
"step": "main_board.step",
"svg": "",
"vrml": ""
},