-
Can be useful to add scrolling function (x/y) for each object that use this mechanics.
That will allow people to do automatic scrolling with anything (e.g: timer, interrupt, uart, ...)
Very good f…
-
v.1.0.0 should be released ASAP
-
Can you please vendor the dependencies?
```
$ GOPATH=/Users/alp/gotools go get github.com/rgburke/grv/cmd/grv
# cd /Users/alp/gotools/src/github.com/rgburke/grv; git submodule update --init --rec…
-
See https://github.com/test-go/testify/issues/7
-
Am unable to run make successfully using AWS windows server. Appreciate advise on how to resolve it. Thank you.
### Relevant telegraf.conf:
as per master
### System info:
AWS windows server
[In…
-
My setting:
#define LV_VDB_SIZE 0
#define USE_LV_REAL_DRAW 1
#define USE_LV_IMG 1
file : `lv_draw.c`
```c
#if LV_VDB_SIZE != 0
void (*px_fp)(lv_coord_t x, lv_coord_t y, c…
-
[Micropython](https://github.com/micropython/micropython) is becoming mainstream on IOT and embedded development in general. It is available for quite a few of embedded architectures ([this](https://g…
-
Hi,
[mouse_hid.zip](https://github.com/littlevgl/lvgl/files/1755679/mouse_hid.zip)
This is a driver for embed linux without touch screen, using USB mouse(I am).
I have tested it works well, bu…
-
### System info:
Linux, Go 1.10.3, Telegraf 1.6.4
### Steps to reproduce:
export GOPATH=\`pwd\`
git clone https://github.com/influxdata/telegraf src/github.com/influxdata/telegraf
cd src/gi…
-
LittlevGL is nice.
I figured it using some object drawing interface, but when I wana just draw a simple line or rectangle or just for testing the hardware, the Lib just stop in lv_refr_areas(), seems…