Skip to content

Commit

Permalink
added new methods in ScreenAdapter to DummyScreenAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
chschnell committed Sep 22, 2024
1 parent 02de981 commit 8798246
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/browser/dummy_screen.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ function DummyScreenAdapter()
is_graphical = graphical;
};

this.set_font_bitmap = function(height, width_9px, width_dbl, copy_8th_col, bitmap, bitmap_changed)
{
};

this.set_font_page = function(page_a, page_b)
{
};

this.clear_screen = function()
{
};
Expand Down

0 comments on commit 8798246

Please sign in to comment.