Lanistor

Results 22 issues of Lanistor

Areas of the screen that are not in the rendering area will become lighter in color. For example, screen is `1024*758`, rendering area `{x: 550, y: 30, width: 474, height:...

bug
Waiting for feedback

In `epd_hl_update_area` function, the diff_area will be seted to full screen before redraw, if i use real different area to redraw, the rendering will be misaligned. I don't know why,...

bug
Waiting for feedback

# Introduce the problem Combining lvgl and epdiy, we facing a problem: the pixel need to convert to color of epaper (16 grayscale colors, 0~15), when using `set_px_cb`, the painting...

Waiting for feedback

- [x] I have read the [Getting Started](https://inappwebview.dev/docs/intro/) section - [x] I have already searched for the same problem ## Environment | Technology | Version | |-----------------------| ------------- | |...

bug

Thanks for supply such an amazing library, really. ------ The grayscales' color cannot perform normally, had set `enum EpdDrawMode updateMode = MODE_GC16`. Here is the demo: ### using lv_port_esp32-epaper >...

Thanks for developed such a good library. I used it without setting userId before, and added it recently, but in my locale testing, the `cid` parameter to posted to google...

同样的程序和配置,发布到国内应用商店、三星,都可以正常使用微信登录,但是谷歌商店,登录的时候会提示 ```Incorrect signature. Check that the signature is the same as that on the open platform.``` 调用的接口是 ``` Wechat.instance.auth( scope: ['snsapi_userinfo'], state: 'auth', ); ```

`epd_push_pixels` will always paint full screen on s3 board, for the macro `RENDER_METHOD_LCD`. What should i to do for partial area clear?

v7

Always using the `ED060XC3` waveform with v5 board, to paint `060XCD`, `060XCH` and `060XD4` with `MODE_DU` mode (faster), It can paint clearly. But when changing to s3 board, It's color...

waveform issue

我们开启了Modem-sleep 模式,只有1.7mA左右的工作电流,开启语音离线唤醒后,大概需要增加多少工作电流?毕竟要实时录音,应该耗电量挺大。 设备是电池供电,对功耗很敏感。 耗电量跟麦克风的型号有关系吗?我们用的数字麦克风(MSM261S4030H0R)。