I have an older inky impression 7.3" that I have recently resurrected for a new project.
I wanted to test the functionality and noticed that the set_border method doesn't appear to be changing colours as expected.
I've dug into the module (namely inky/inky_ac073tc1a.py) and it looks like the border_colour attribute is set but never used during the _update procedure.
I took a look around for a data sheet but didn't manage to find anything that looked relevant, but I am also no expert on these devices.
I was hoping to find out the following:
- does this model (AC073TC1A) have a border color functionality?
- if so, is there a data sheet on hand I could reference? (I'd be happy to try and implement the update and submit a PR if this is available)
Thanks!
I have an older inky impression 7.3" that I have recently resurrected for a new project.
I wanted to test the functionality and noticed that the
set_bordermethod doesn't appear to be changing colours as expected.I've dug into the module (namely
inky/inky_ac073tc1a.py) and it looks like theborder_colourattribute is set but never used during the_updateprocedure.I took a look around for a data sheet but didn't manage to find anything that looked relevant, but I am also no expert on these devices.
I was hoping to find out the following:
Thanks!