upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
Diffstat (limited to 'components')
-rw-r--r--components/axs15231b/axs15231b.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/axs15231b/axs15231b.c b/components/axs15231b/axs15231b.c
index 49122a1..7424a20 100644
--- a/components/axs15231b/axs15231b.c
+++ b/components/axs15231b/axs15231b.c
@@ -316,6 +316,7 @@ void axs15231b_flush(void) {
316 316
317 qspi_write_cmd_d16d16(CASET, 0, s_width - 1); 317 qspi_write_cmd_d16d16(CASET, 0, s_width - 1);
318 qspi_write_cmd_d16d16(RASET, 0, s_height - 1); 318 qspi_write_cmd_d16d16(RASET, 0, s_height - 1);
319 qspi_write_command(RAMWR);
319 320
320 int total_pixels = s_width * s_height; 321 int total_pixels = s_width * s_height;
321 int pixel_offset = 0; 322 int pixel_offset = 0;