Skip to content
Snippets Groups Projects
Commit 885930ed authored by pippin's avatar pippin Committed by moon2
Browse files

flow3r_bsp: initialize display in correct orientation

parent 767a46c4
No related branches found
No related tags found
1 merge request!227correctly initialize display with orientation
...@@ -517,7 +517,7 @@ esp_err_t flow3r_bsp_gc9a01_init(flow3r_bsp_gc9a01_t *gc9a01, ...@@ -517,7 +517,7 @@ esp_err_t flow3r_bsp_gc9a01_init(flow3r_bsp_gc9a01_t *gc9a01,
ix++; ix++;
} }
ret = flow3r_bsp_gc9a01_mem_access_mode_set(gc9a01, 0, 0, 0, 1); ret = flow3r_bsp_gc9a01_mem_access_mode_set(gc9a01, 3, 0, 0, 1);
if (ret != ESP_OK) { if (ret != ESP_OK) {
goto cleanup_spi_device; goto cleanup_spi_device;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment