Skip to content

Commit

Permalink
feat: screen shot support
Browse files Browse the repository at this point in the history
command line parameter for taking shot of the LCD framebuffer
  • Loading branch information
urish committed May 25, 2023
1 parent e06d27d commit e0fe1a1
Show file tree
Hide file tree
Showing 10 changed files with 1,246 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
},
extends: ['standard-with-typescript', 'prettier'],
parserOptions: {
project: './tsconfig.json',
project: './tsconfig.lint.json',
ecmaVersion: 'latest',
sourceType: 'module',
},
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
wokwi.toml
*.bin
diagram.json
screenshot.png
Loading

0 comments on commit e0fe1a1

Please sign in to comment.