Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

mcdulltii/TinyScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyScreen

PNG to INO

GIF to INO

MP4 to INO

Instructions

Run the following python script for the above windows, which specify the parameters of the output in the arduino file. After which, an .INO file is created under the ./Bitmap directory.

  • PNG

    • Static or relative directory input
    • Numeric value for number of tiles (Columns only) of sprite sheet to split
    • Numeric value for number of (horizontal) pixels for each frame to be resized to
  • GIF

    • Static or relative directory input
    • Numeric value for number of (horizontal) pixels for each frame to be resized to
  • MP4

    • Static or relative directory input
    • Directory for splitted MP4 frames to be saved to
    • Numeric value for number of frames to be displayed out of the total splitted frames
    • Numeric value for number of (horizontal) pixels for each frame to be resized to

Dependencies

  • PyQt5
  • Pillow
  • Numpy
  • Opencv-python

Pyinstaller

Run the batch script to generate a Windows executable of the python script. If on MacOS or Linux, modify the batch script to run on bash instead.

Thanks

  • Julian for contributing to the generated INO code.
  • Files within ./resources are from Yu Han

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published