fix(xteink): restore fast panel refresh timing

This commit is contained in:
2026-07-26 15:29:29 -04:00
parent 1174ef0e5d
commit 21de913b7e
+1 -2
View File
@@ -84,8 +84,7 @@ static void xteink_frame_updated(QemuConsole *console)
#define CMD_LUT_FIRST 0x20
#define CMD_LUT_LAST 0x24
/* Mirror a real panel refresh (~1 s): shorter pulses let the completion edge pass before the firmware arms its ISR, costing a 30 s timeout. */
#define BUSY_TIME_NS (1000 * SCALE_MS)
#define BUSY_TIME_NS (5 * SCALE_MS)
#define XTEINK_X3_LUT_PREFIX_SIZE 13