fix(xteink): restore fast panel refresh timing
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user