Skip to content

Waveshare 7.5inch v2 - Image to E-ink format

Notifications You must be signed in to change notification settings

TareqRafed/image-to-eink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

WS E-ink 7.5inch V2 NodeJS Image Proccessor

Based on their Wi-Fi Loader DEMO, this code was extracted, refactored to support TS NodeJS.

Tested on Waveshare 7.5inch V2

Features

  • Dithering Mono
  • Ready to transmit output

Usage

const myImage = new ImageData(480, 800);
let toEink = procImg(myImage); // Ready to transmit Data, Array of bytes  

About

Waveshare 7.5inch v2 - Image to E-ink format

Resources

Stars

Watchers

Forks