Searched +full:build +full:- +full:essential (Results 1 – 5 of 5) sorted by relevance
/lvgl-latest/.github/workflows/ |
D | ccpp.yml | 10 build: 12 runs-on: ubuntu-latest 22 name: Build ${{ matrix.build_option }} 24 - uses: actions/checkout@v2 25 - uses: ammaraskar/gcc-problem-matcher@master 26 - name: Install prerequisites 27 run: scripts/install-prerequisites.sh 28 - name: Building ${{ matrix.build_option }} 29 run: python tests/main.py --build-option=${{ matrix.build_option }} build 31 test-native: [all …]
|
/lvgl-latest/docs/get-started/platforms/ |
D | pc-simulator.md | 7 - Hardware independent - Write code, run it on the PC and see the result on a monitor. 8 - Cross-platform - Any Windows, Linux or macOS system can run the PC simulator. 9 - Portability - The written code is portable, which means you can simply copy it when migrating to … 10 - Easy Validation - The simulator is also very useful to report bugs because it provides a common p… 16 - [Eclipse with SDL driver](https://github.com/lvgl/lv_sim_eclipse_sdl): Recommended on Linux and M… 17 - [CodeBlocks](https://github.com/lvgl/lv_sim_codeblocks_win): Recommended on Windows 18 - [VisualStudio](https://github.com/lvgl/lv_sim_visual_studio_sdl): For Windows 19 - [VSCode with SDL driver](https://github.com/lvgl/lv_sim_vscode_sdl): Recommended on Linux and Mac 20 - [PlatformIO with SDL driver](https://github.com/lvgl/lv_platformio): Recommended on Linux and Mac 21 - [MDK with FastModel](https://github.com/lvgl/lv_port_an547_cm55_sim): For Windows [all …]
|
/lvgl-latest/docs/get-started/os/ |
D | nuttx.md | 5 [NuttX](https://nuttx.apache.org/) is a mature and secure real-time operating system (RTOS) with an… 6 …-bit to 64-bit microcontrollers and microprocessors and compliant with the Portable Operating Syst… 11 - **Small** - Fits and runs in microcontrollers as small as 32 kB Flash and 8 kB of RAM. 12 - **Compliant** - Strives to be as compatible as possible with POSIX and Linux. 13 - **Versatile** - Supports many architectures (ARM, ARM Thumb, AVR, MIPS, OpenRISC, RISC-V 32-bit a… 14 - **Modular** - Its modular design allows developers to select only what really matters and use mod… 15 - **Popular** - NuttX is used by many companies around the world. Probably you already used a produ… 16 - **Predictable** - NuttX is a preemptible Realtime kernel, so you can use it to create predictable… 18 --- 22 …eId=139629474), LVGL is a good alternative because users could find more eye-candy demos and they … [all …]
|
/lvgl-latest/docs/intro/ |
D | index.md | 4 …s Library) is a free and open-source graphics library providing everything you need to create an e… 8 - Powerful building blocks such as buttons, charts, lists, sliders, images, etc. 9 - Advanced graphics with animations, anti-aliasing, opacity, smooth scrolling 10 - Various input devices such as touchpad, mouse, keyboard, encoder, etc. 11 - Multi-language support with UTF-8 encoding 12 - Multi-display support, i.e. use multiple TFT, monochrome displays simultaneously 13 - Fully customizable graphic elements with CSS-like styles 14 - Hardware independent: use with any microcontroller or display 15 - Scalable: able to operate with little memory (64 kB Flash, 16 kB RAM) 16 - OS, external memory and GPU are supported but not required [all …]
|
/lvgl-latest/docs/ |
D | CHANGELOG.md | 7 - feat(table): add user_data to table cells [`4767`](https://github.com/lvgl/lvgl/pull/4767) 8 - feat(tiny_ttf): backport Tiny TTF to lvgl 8 [`4727`](https://github.com/lvgl/lvgl/pull/4727) 9 - feat(littlefs): add lv_fs_littlefs system as a driver [`4677`](https://github.com/lvgl/lvgl/pull/… 13 - fix(obj): readjust scroll after layout when child removed [`4921`](https://github.com/lvgl/lvgl/p… 14 - fix(rt-thread): fix create lvgl thread problem [`4862`](https://github.com/lvgl/lvgl/pull/4862) 15 - fix(obj): fix arduino compile warnings [`4807`](https://github.com/lvgl/lvgl/pull/4807) 16 - fix(table):fix issue with abnormal string output of 'lv_table_set_cell_value_fmt' [`4804`](https:… 17 - fix(table) user data API functions renamed [`4769`](https://github.com/lvgl/lvgl/pull/4769) 18 - fix(ime_pinyin): keep cursor in the textarea when a candidate is pressed [`4731`](https://github.… 19 - fix(draw_needles): changed needle line draw start point from scale ce… [`4682`](https://github.co… [all …]
|