Lines Matching refs:other
50 it is representing, as well as other things relevant to its lifetime:
114 :ref:`widgets` are *always* on top of other layers.
121 These layers work like any other Widget, meaning they have styles, and any kind of
127 as any other Widget by using :cpp:expr:`lv_obj_set_scrollbar_mode(scr1, LV_SCROLLBAR_MODE_xxx)`
215 other Display Objects are created (to service additional Display Panels), the Default
253 other buffer after flushing. Due to this in :ref:`flush_callback` typically
288 of the other buffer is sent to the display in the background. DMA or
289 other hardware should be used to transfer data to the display so the MCU
526 …at assumes that bytes are mapped to rows (i.e., the bits of a byte are written next to each other).
624 For example, if there are 4 CPU cores, one core can draw the screen's background while the other 3 …
703 :ref:`flush_callback` to the other display as well.