1.. _seeed_xiao_round_display: 2 3Seeed Studio XIAO Round Display 4############################### 5 6Overview 7******** 8 9Seeed Studio Round Display for XIAO is an expansion board compatible with all 10XIAO development boards. It features a fully covered touch screen on one side, 11designed as a 39mm disc. It contains onboard RTC, charge chip, TF card slot 12within its compact size, perfect for interactive displays in smart home, 13wearables and more. 14 15More information can be found on `the Getting Started page`_ 16 17.. figure:: img/seeed_xiao_round_display.webp 18 :align: center 19 :alt: Seeed Studio XIAO Round Display 20 21 Seeed Studio XIAO Round Display (Credit: Seeed Studio) 22 23Programming 24*********** 25 26Set ``--shield seeed_xiao_round_display`` when you invoke ``west build``. 27 28LVGL Basic Sample 29================= 30 31For example: 32 33.. zephyr-app-commands:: 34 :zephyr-app: samples/subsys/display/lvgl 35 :board: xiao_ble/nrf52840 36 :shield: seeed_xiao_round_display 37 :goals: build 38 39.. _the Getting Started page: 40 https://wiki.seeedstudio.com/get_start_round_display/ 41