Searched refs:o (Results 1 – 6 of 6) sorted by relevance
/lvgl-3.6.0/ |
D | README_pt_BR.md | 6 …O LVGL fornece tudo o que você precisa para criar uma GUI incorporada com elementos gráficos fácei… 10 <a href="https://docs.lvgl.io/">Documentação</a> · 22 - [Visão Geral](#visão-geral) 28 ## Visão Geral 37 * Suporte multilíngue com manipulação UTF-8, suporte ao alfabeto bidirecional, árabe e CJK (Chinês,… 40 * SO, memória externa e GPU são suportados, mas não obrigatórios. (suporte integrado para STM32 DMA… 41 * Renderização suave mesmo com um [buffer de quadro único](https://docs.lvgl.io/master/porting/disp… 46 * [Documentação](http://docs.lvgl.io/) e referências de API online e em PDF 49 …derno (que é capaz de acionar um display) é adequado para executar LVGL. Os requisitos mínimos são: 104 <td colspan="2">Padrão C99 ou mais recente</td> [all …]
|
D | .gitignore | 1 **/*.o
|
/lvgl-3.6.0/tests/makefile/ |
D | Makefile | 6 COBJS := $(patsubst %.c, %.o, $(CSRCS))
|
/lvgl-3.6.0/src/extra/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 1227 static void stbtt__buf_seek(stbtt__buf * b, int o) in stbtt__buf_seek() argument 1229 STBTT_assert(!(o > b->size || o < 0)); in stbtt__buf_seek() 1230 b->cursor = (o > b->size || o < 0) ? b->size : o; in stbtt__buf_seek() 1233 static void stbtt__buf_skip(stbtt__buf * b, int o) in stbtt__buf_skip() argument 1235 stbtt__buf_seek(b, b->cursor + o); in stbtt__buf_skip() 1269 static stbtt__buf stbtt__buf_range(const stbtt__buf * b, int o, int s) in stbtt__buf_range() argument 1272 if(o < 0 || s < 0 || o > b->size || s > b->size - o) return r; in stbtt__buf_range() 1275 r.offset = b->offset + o; in stbtt__buf_range() 1277 r.data = b->data + o; in stbtt__buf_range()
|
/lvgl-3.6.0/docs/widgets/core/ |
D | arc.md | 24 Zero degrees is at the middle right (3 o'clock) of the object and the degrees are increasing in clo…
|
/lvgl-3.6.0/scripts/ |
D | Doxyfile | 2434 # files in one run (i.e. multiple -o and -T options on the command line). This
|