- Notifications
You must be signed in to change notification settings - Fork81
NFC_Eink#245
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
NFC_Eink#245
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Xbxjdjdjd commentedOct 1, 2024
Will this work on Pricer brand tags? |
RebornedBrain commentedOct 1, 2024
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. |
skotopes commentedNov 1, 2024
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) |
…er input and load status
skotopes commentedJan 16, 2025
emulate, good-display, 2 color |
… app shows "Unable to write" error and stops
Uh oh!
There was an error while loading.Please reload this page.
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 0Writing
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)