Skip to content

Commit

Permalink
update:去除多余打印
Browse files Browse the repository at this point in the history
  • Loading branch information
allewalker committed Jan 16, 2025
1 parent 6bd4165 commit d78a7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/src/luat_lcd_ec7xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,9 +485,9 @@ int luat_lcd_qspi_auto_flush_on_off(luat_lcd_conf_t* conf, uint8_t on_off)
break;
}
vlt = conf->h + conf->vbp + conf->vfp + conf->vs;
DBG("%u, %u, %d", conf->bus_speed, vlt, conf->flush_rate);
// DBG("%u, %u, %d", conf->bus_speed, vlt, conf->flush_rate);
vlt = (conf->bus_speed * 10) / (conf->flush_rate * vlt);
DBG("%u, %u, %d", conf->bus_speed, vlt, csht);
// DBG("%u, %u, %d", conf->bus_speed, vlt, csht);
LSPI_SetQspiLaneConfig(USP_ID2, 0, 2, g_s_lcd.qspi_param.write_4line_cmd);
LSPI_QspiAutoFlushConfigAndRun(USP_ID2, g_s_lcd.auto_flush_ram.p, conf->w, conf->h,
g_s_lcd.qspi_param.vsync_reg,
Expand Down

0 comments on commit d78a7ce

Please sign in to comment.