more speed

This commit is contained in:
olikraus 2017-05-06 14:03:09 +02:00
parent 9234964577
commit 444337376e
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ uint8_t u8x8_gpio_and_delay_stm32l0(u8x8_t *u8x8, uint8_t msg, uint8_t arg_int,
break; break;
case U8X8_MSG_DELAY_I2C: case U8X8_MSG_DELAY_I2C:
/* arg_int is 1 or 4: 100KHz (5us) or 400KHz (1.25us) */ /* arg_int is 1 or 4: 100KHz (5us) or 400KHz (1.25us) */
delay_micro_seconds(arg_int<=2?5:1); //delay_micro_seconds(arg_int<=2?5:1);
break; break;
case U8X8_MSG_GPIO_I2C_CLOCK: case U8X8_MSG_GPIO_I2C_CLOCK: