Home
last modified time | relevance | path

Searched full:setup (Results 1 – 25 of 28) sorted by relevance

12

/lvgl-latest/docs/get-started/platforms/
Dnxp.md77 #### Project setup:
96 - `pxp_interrupt_init()`: Initialize PXP interrupt (HW setup, OS setup)
97 - `pxp_interrupt_deinit()`: Deinitialize PXP interrupt (HW setup, OS setup)
163 #### Project setup:
Darduino.md19 To make it work, setup `TFT_eSPI` according to your TFT display type via editing either
/lvgl-latest/.github/workflows/
Dcompile_docs.yml21 - name: Setup Python
22 uses: actions/setup-python@v1
28 … # Cache the Python package environment, excluding pip and setuptools installed by setup-python
45 - name: Setup Emscripten cache
51 - uses: mymindstorm/setup-emsdk@v9
Dcheck_conf.yml16 - name: Setup Python
17 uses: actions/setup-python@v1
Dccpp.yml65 - name: Setup cache
87 setup: |
Dbuild_micropython.yml44 - name: Setup ESP-IDF
/lvgl-latest/tests/src/test_cases/
Dtest_slider.c14 void setUp(void) in setUp() function
93 /* Setup group and encoder indev */ in test_slider_range_mode_should_leave_edit_mode_if_released()
113 /* Setup group and encoder indev */ in test_slider_range_mode_should_not_leave_edit_mode_if_released_with_no_left_knob_focus()
133 /* Setup group and encoder indev */ in test_slider_normal_mode_should_leave_edit_mode_if_released()
154 /* Setup group and encoder indev */ in test_ranged_mode_adjust_with_encoder()
Dtest_bar.c11 void setUp(void) in setUp() function
58 /* Setup new style */ in test_bar_should_update_indicator_right_coordinate_based_on_bar_value()
113 /* Setup new style */ in test_bar_rtl_should_update_indicator_left_coordinate_based_on_bar_value()
157 /* Setup new padding */ in test_bar_indicator_area_should_get_smaller_when_padding_is_increased()
233 /* Setup bar properties */ in test_bar_indicator_should_be_drawn_towards_the_min_range_side_after_setting_a_more_negative_value()
Dtest_line.c13 void setUp(void) in setUp() function
78 /* Setup an event handler for line extra draw size event */ in test_line_should_update_extra_draw_size_based_on_style()
Dtest_arc.c8 void setUp(void);
24 void setUp(void) in setUp() function
D_test_template.c6 void setUp(void) in setUp() function
Dtest_mem.c6 void setUp(void) in setUp() function
Dtest_tiny_ttf.c6 void setUp(void) in setUp() function
Dtest_fs.c9 void setUp(void) in setUp() function
Dtest_textarea.c11 void setUp(void) in setUp() function
Dtest_switch.c15 void setUp(void) in setUp() function
Dtest_table.c9 void setUp(void) in setUp() function
Dtest_dropdown.c7 void setUp(void) in setUp() function
/lvgl-latest/tests/unity/
Dgenerate_test_runner.rb37 setup_name: 'setUp',
293 output.puts("\n/*=======Setup (stub)=====*/")
307 output.puts("\n/*=======Suite Setup=====*/")
493 ' --setup_name="" - redefine setUp func name to something else',
499 ' --suite_setup="" - code to execute for setup of entire suite',
Dunity.h26 * Test Setup / Teardown
33 void setUp(void);
52 * setup again, verifying any end-of-test needs between. verifyTest will only
/lvgl-latest/examples/arduino/LVGL_Arduino/
DLVGL_Arduino.ino71 void setup()
133 Serial.println( "Setup done" );
/lvgl-latest/docs/_ext/
Dlv_example.py90 def setup(app): function
/lvgl-latest/docs/porting/
Dproject.md60 To use the graphics library you have to initialize it and setup required components. The order of t…
/lvgl-latest/docs/
Dconf.py252 def setup(app): function
/lvgl-latest/src/draw/nxp/vglite/
Dlv_draw_vglite_rect.c129 /* Gradient setup */ in lv_gpu_nxp_vglite_draw_bg()

12