Skip to content

Commit

Permalink
Merge pull request #1 from sgeisler/2020-05-line-height
Browse files Browse the repository at this point in the history
pqg quickfix
  • Loading branch information
vroland committed May 25, 2020
2 parents e0571b7 + a3648ad commit 36b6e6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/terminal/main/st.c
Original file line number Diff line number Diff line change
Expand Up @@ -2783,7 +2783,7 @@ void render() {
.x = 0,
.y = offset,
.width = EPD_WIDTH,
.height = height,
.height = height + 8,
};
epd_poweron();
epd_draw_image(area, start_ptr, WHITE_ON_WHITE);
Expand All @@ -2801,7 +2801,7 @@ void render() {
.x = 0,
.y = offset,
.width = EPD_WIDTH,
.height = height,
.height = height + 8,
};
epd_poweron();
epd_draw_image(area, start_ptr, BLACK_ON_WHITE);
Expand Down

0 comments on commit 36b6e6e

Please sign in to comment.