Remove Boox Go7 from EDP driver and add support for Hisense Touch Lite#562
Conversation
With Onyx SDK driver, it only takes about 10% of the "Brightness/Warm Slider Bar" to reach 100% brightness/Warm on the Boox Go7 device. With ONYX ADB it takes advantage of the entire "Brightness/Warm Slider Bar" making the changes more gradual and pleasing. I did not notice this on my first PR.
@QQRush Reported Onyx Boox Palma lights working with ONYX ADB Driver koreader/koreader#8482 (comment)
Due to intermittent black screen when device awakes from sleep. I was able to duplicate the issue consistently when the EDP driver was assigned to Onyx/Qualcomm even if it did work on the developer Test Page. See: koreader/koreader#8482 (comment)
|
In the past, the EDP driver automatically switch my device to a strange fast mode when using the refreshScreen method. Using the repaintEverything method to refresh fixed the issue. I didn't need it anymore since the problem was fixed in future firmware versions. You can give it a try: #435 |
So back to no EDP for Boox Go7 at this time. At this moment I think it's best to remove the EDP support from the current "merge PR #556" before it makes it to the "stable" build. |
repaintEverything doesn't have parameters that's is why refresh didn't work: .invoke(targetView, UI_GC_MODE). However, even attempting to call a non-existent method shouldn't necessarily be an EPD fault. It might be related to threading or sleep time. The last thing I can think of is this: https://github.com/koreader/android-luajit-launcher/blob/master/app/src/main/java/org/koreader/launcher/device/DeviceInfo.kt#L638. But we would need proper ADB logs to get a clue, suspect firmware fault, you can reach onyx support as well. So, yes, let's merge without EPD for now to keep things stable. |


Removed Boox Go7 from EDP driver, and Added Support for Hisense Touch Lite
Reason: new
Commercial name of product: Hisense Touch Lite
Android version: 11
Device info:
Manufacturer: hisense
Brand: hisense
Model: hitv205n
Device: hitv205n
Product: hitv205n
Hardware: qcom
Platform: bengal
light control works with Tolino driver, but warmth doesn't work.
no e-ink driver works.
This change is