Skip to content

Commit

Permalink
reorder line buffer in i2s mode
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Jun 21, 2024
1 parent b91a2d9 commit 0f4b73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output_i2s/render_i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ void IRAM_ATTR i2s_output_frame(RenderContext_t* ctx, int thread_id) {
ctx->conversion_lut,
ctx->display_width
);
reorder_line_buffer((uint32_t*)i2s_get_current_buffer(), ctx->display_width / 4);
i2s_write_row(ctx, frame_time);
}
if (!ctx->skipping) {
Expand Down

0 comments on commit 0f4b73c

Please sign in to comment.