Lanistor

Results 145 comments of Lanistor

If you are in china, this is disabled to proxy to google, this is aliyun's reply.

Let's wait patiently for @vroland 's reply

@vroland Hi, what do you think of changing license of `epdiy` to MIT ?

> Ive fixed this by wrapping the NotificationListener widget with RawKeyboardListener. override back space click. > > ```dart > return RawKeyboardListener( > focusNode: _effectiveFocusNode, > onKey: (event) { > final...

Forward here: https://github.com/flickerlist/flutter_chips_input/tree/br/1.10.1 ``` Fix: android delete cannot be triggered in some devices Fix: iOS Simulator Jiantipinyin cannot input ``` I cannot create a pull request, for version code management,...

I'm using the v5 board, in main branch, i still find the code:

In old `v5` branch, i found a good way to eliminate afterimages without increasing rendering time (1024*758 screen just need 1000ms). But i cannot run it perfectly on `s3` branch,...

@martinberlin @vroland Now i'm sure there is somthing wrong on the following line in `epd_hl_update_area`, in main branch with v5 board: ```cpp err = epd_draw_base(epd_full_screen(), state->front_fb, diff_area, MODE_PACKING_2PPB | PREVIOUSLY_WHITE...