-
Notifications
You must be signed in to change notification settings - Fork 57
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
Residual border on MagTag #55
Comments
this would be in one of the init config bytes. its not documented so would have to sorta compare the bytes |
I tried using the CP config, since there are some differences: Adafruit_EPD/src/panels/ThinkInk_290_Grayscale4_T5.h Lines 9 to 19 in d55989c
with: static const uint8_t ti_290t5_gray4_init_code[] {
0x01, 5, 0x03, 0x00, 0x2b, 0x2b, 0x13,
0x06, 3, 0x17, 0x17, 0x17,
0x04, 0,
0xFF, 200,
0x00, 1, 0x7f,
0x50, 1, 0x97,
0x30, 1, 0x3C,
0x61, 3, 0x80, 0x01, 0x28,
0x82, 1, 0x12,
0xFF, 50,
0xFE // EOM
}; But no change. Border is still there. |
I was wrong about CP not doing this. It does. You can see it here from the weather guide: And I've recreated that again locally to verify. As mentioned in the forum thread, this is happening outside the addressable display area. |
To help with some linked items.... You are not alone.... ;-) |
Ooh, thanks for those.
Haha, nope. :)
It looks like the fix (which I'd actually chalk up to the pull request of your second link, but that's mentioned in the last link, so fair enough) is in the Adafruit_CircuitPython_IL0373 library... which... I'm guessing the MagTag library uses indirectly? (I can't see a direct usage of it, and I'm failing to track it down... I think it comes from CircuitPython's board.DISPLAY somehow, but even that I failed to track all the way down... so, perhaps I'm mistaken, but hopefully this is indeed the case.) Given all of that, is it possible to get this new Thanks! |
Hi, well as you will see from the posts in link adafruit/Adafruit_CircuitPython_IL0373#11, dated 09 Aug 2021, things seemed to have happened. aka comments per Tanweet and Makermelissa. Everyone seemed to think it could be changed, some even commented it should be changed. Unfortunately, if there was a change, from my perspective the changes are so opaque, I don't know how to use them. So open source, If I could have figured out or found instructions to compile on a Windows machine, I would have. Then I would not be working on my projects :-( At the moment I have a Crash Crikey! issue in CircuitPythons >8.0.5 distracting me from anything else. |
Re this thread:
https://forums.adafruit.com/viewtopic.php?f=22&t=185293
CircuitPython usage does not have this behavior. The Learn guide Arduino example shows the border as well.
Can recreate same behavior with this example:
The text was updated successfully, but these errors were encountered: