-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NFC_Eink #245
base: dev
Are you sure you want to change the base?
NFC_Eink #245
Conversation
Will this work on Pricer brand tags? |
I don't think so, because each vendor has it's own protocol over NFC which needs to be investigated and implemented separately. In order to do that some protocol traces are required, I had tags of mentioned vendors only. But anyway app is done in the way, which assume adding new vendors and screens. |
…faps into nfc_eink
Good display: No reaction and eventual out of memory on trying to write with original app(https://www.good-display.com/product/423.html using GDEY037T03 config) |
What's new
Here is the list of displays wich app supports now:
Waveshare:
Goodisplay:
Verification
Emulation
Goodisplay emulation verification:
Waveshare emulation verification:
Waveshare emulation verification using Proxmark:
hf waveshare loadbmp -f <path_to_file.bmp> -m 0
Writing
Writing depends on 'Writing mode' on Settings menu:
When initial image is smaller then target screen, then it will be copied to target and other part in target will be filled with black color.
When initial image is larger then target screen, then it will be cropped to fit target screen size.
Checklist (For Reviewer)