Skip to content

Commit db74f97

Browse files
committed
modified _stage/__init__.c call to set region to update
1 parent 22a7696 commit db74f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-module/_stage/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void render_stage(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1,
4545
area.y2 = y1;
4646
displayio_display_core_set_region_to_update(
4747
&display->core, display->set_column_command, display->set_row_command,
48-
NO_COMMAND, NO_COMMAND, display->data_as_commands, false, &area);
48+
NO_COMMAND, NO_COMMAND, display->data_as_commands, false, &area, display->SH1107_addressing);
4949

5050
while (!displayio_display_core_begin_transaction(&display->core)) {
5151
RUN_BACKGROUND_TASKS;

0 commit comments

Comments
 (0)