1
0
mirror of https://github.com/marqs85/ossc.git synced 2026-04-22 11:17:26 +00:00

Update latency tester

* Enable operation with all sources
* Measure strobe length on low-persistence displays
This commit is contained in:
marqs
2017-10-28 12:10:54 +03:00
parent 4ae3423acb
commit a24d6b0e3a
23 changed files with 1469 additions and 1299 deletions
+2 -5
View File
@@ -31,11 +31,8 @@ int check_sdcard(alt_u8 *databuf)
res = SD_Init(&sdcard_dev);
printf("SD det status: %u\n", res);
if (res) {
sniprintf(menu_row1, LCD_ROW_LEN+1, "No SD card det.");
menu_row2[0] = '\0';
return 1;
}
if (res != SD_OK)
return res;
return SD_Read(&sdcard_dev, databuf, 0, 0, 512);
}