Skip to content

Commit 9414ce5

Browse files
committed
Shrink the lcd example again
1 parent 69e185e commit 9414ce5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/mcu/stm32f411_i2c_lcd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ def create(path, lcd):
2626
lcd = PyGameLCD1602()
2727

2828
create("../rootfs/mcu/stm32f411/i2c-lcd.hex", lcd).run(count=50000)
29-
create("../rootfs/mcu/stm32f411/lcd-plus.hex", lcd).run(count=2000000)
29+
create("../rootfs/mcu/stm32f411/lcd-plus.hex", lcd).run(count=100000)
3030

3131
lcd.quit()

0 commit comments

Comments
 (0)