kopia lustrzana https://github.com/pimoroni/pimoroni-pico
Better if update_time is an underestimate
rodzic
5b6c220e2a
commit
eb95636bca
|
@ -481,15 +481,15 @@ namespace pimoroni {
|
||||||
uint32_t UC8151::update_time() {
|
uint32_t UC8151::update_time() {
|
||||||
switch(_update_speed) {
|
switch(_update_speed) {
|
||||||
case 0:
|
case 0:
|
||||||
return 5500;
|
return 4500;
|
||||||
case 1:
|
case 1:
|
||||||
return 2600;
|
return 2000;
|
||||||
case 2:
|
case 2:
|
||||||
return 1000;
|
return 800;
|
||||||
case 3:
|
case 3:
|
||||||
return 300;
|
return 250;
|
||||||
default:
|
default:
|
||||||
return 5500;
|
return 4500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue