{"id":60108,"date":"2024-08-26T06:09:47","date_gmt":"2024-08-26T06:09:47","guid":{"rendered":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/"},"modified":"2024-08-26T06:09:47","modified_gmt":"2024-08-26T06:09:47","slug":"can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/","title":{"rendered":"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f"},"content":{"rendered":"<div class=\"youtubomatic-video-container\"><iframe loading=\"lazy\" width=\"580\" height=\"380\" src=\"https:\/\/www.youtube.com\/embed\/5ep_fJXx1rc?autoplay=1&#038;controls=1&#038;hl=en\" frameborder=\"0\" allowfullscreen><\/iframe><\/div>\n<p>To run MicroPython and LVGL (Light and Versatile Graphics Library) on an ESP32 board, follow these general steps: <\/p>\n<p>1. Install the ESP-IDF and set up the development environment: Follow the instructions provided by Espressif to install the ESP-IDF and ensure all necessary dependencies are met.<br \/>\n2. Download and flash the MicroPython firmware for ESP32: You can find compatible MicroPython firmwares on the official MicroPython website or other reliable sources. Use the appropriate flashing tool to install the firmware onto your ESP32 board.<br \/>\n3. Install the LVGL library: Clone or download the LVGL repository. Compile and integrate the LVGL library into your MicroPython project.<br \/>\n4. Write your MicroPython code to use LVGL: Import the necessary LVGL modules and configure the display settings. Remember, getting everything working correctly might require some troubleshooting and adjustments based on your specific hardware setup and version of the libraries. Also, make sure to refer to the documentation of MicroPython, ESP32, and LVGL for detailed and up-to-date instructions. <\/p>\n<p>What is MicroPython?<br \/>\nMicroPython is Python for microcontrollers. Using MicroPython, you can write Python3 code and run it even on a bare metal architecture with limited resources.<\/p>\n<p>Highlights of MicroPython<br \/>\nCompact: Fits and runs within just 256k of code space and 16k of RAM. No OS is needed, although you can also run it with an OS, if you want.<\/p>\n<p>Compatible: Strives to be as compatible as possible with normal Python (known as CPython).<br \/>\nVersatile: Supports many architectures (x86, x86-64, ARM, ARM Thumb, Xtensa).<br \/>\nInteractive: No need for the compile-flash-boot cycle. With the REPL (interactive prompt) you can type commands and execute them immediately, run scripts, etc.<br \/>\nPopular: Many platforms are supported. The user base is growing bigger. Notable forks:<br \/>\nMicroPython<br \/>\nCircuitPython<br \/>\nMicroPython_ESP32_psRAM_LoBo<\/p>\n<p>Embedded Oriented: Comes with modules specifically for embedded systems, such as the machine module for accessing low-level hardware (I\/O pins, ADC, UART, SPI, I2C, RTC, Timers etc.)<\/p>\n<p>Why MicroPython + LVGL?<br \/>\nMicroPython does not have a good native high-level GUI library. LVGL is an Object-Oriented Component Based high-level GUI library, which seems to be a natural candidate to map into a higher level language, such as Python. LVGL is implemented in C and its APIs are in C.<\/p>\n<p>Here are some advantages of using LVGL in MicroPython:\uf0c1<br \/>\nDevelop GUI in Python, a very popular high level language. Use paradigms such as Object-Oriented Programming.<\/p>\n<p>Usually, GUI development requires multiple iterations to get things right. With C, each iteration consists of &#8220;Change code&#8220; &#8211; &#8220;Build&#8220; -&#8220;Flash&#8220; &#8211; &#8220;Run&#8220;. In MicroPython it&#8217;s just &#8220;Change code&#8220;- &#8220;Run&#8220; ! You can even run commands interactively using the REPL (the interactive prompt)<\/p>\n<p>MicroPython + LVGL could be used for:<br \/>\nFast prototyping GUI.<br \/>\nShortening the cycle of changing and fine-tuning the GUI.<br \/>\nModelling the GUI in a more abstract way by defining reusable composite objects, taking advantage of Python&#8217;s language features such as Inheritance, Closures, List Comprehension, Generators, Exception Handling, Arbitrary Precision Integers and others.<\/p>\n<p>Make LVGL accessible to a larger audience. No need to know C to create a nice GUI on an embedded system. This goes well with CircuitPython vision. CircuitPython was designed with education in mind, to make it easier for new or inexperienced users to get started with embedded development.<\/p>\n<p>Creating tools to work with LVGL at a higher level (e.g. drag-and-drop designer).<\/p>\n<p>Contact: nancy@viewedisplay.com<br \/>\nWhatsApp: 852 66762053<br \/>\nWebsite: <a href=\"https:\/\/viewedisplay.com\/iot_aiot-smart-display\/\" target=\"_blank\" rel=\"noopener\">https:\/\/viewedisplay.com\/iot_aiot-smart-display\/<\/a><br \/>\n#tftlcddisplaymodule #tftlcddisplaymodule #tftlcdmodule #displayscreen #arduinoboard #esp32<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To run MicroPython and LVGL (Light and Versatile Graphics Library) on an ESP32 board, follow these general steps: 1. Install the ESP-IDF and set up the development environment: Follow the instructions provided by Espressif to install the ESP-IDF and ensure all necessary dependencies are met. 2. Download and flash the MicroPython firmware for ESP32: You can find compatible MicroPython firmwares on the official MicroPython website or other reliable sources. Use&#8230;<\/p>\n","protected":false},"author":1,"featured_media":60109,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":"","tve_updated_post":"","tve_custom_css":"","tve_user_custom_css":"","tve_globals":{},"tcb2_ready":0,"tcb_editor_enabled":0,"tve_landing_page":"","_tve_header":"","_tve_footer":""},"categories":[1],"tags":[],"class_list":["post-60108","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Can MicroPython and LVGL Code Run on ESP32 Board\uff1f - UshopWell.com<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board\uff1f\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f - UshopWell.com\" \/>\n<meta property=\"og:description\" content=\"To run MicroPython and LVGL (Light and Versatile Graphics Library) on an ESP32 board, follow these general steps: 1. Install the ESP-IDF and set up the development environment: Follow the instructions provided by Espressif to install the ESP-IDF and ensure all necessary dependencies are met. 2. Download and flash the MicroPython firmware for ESP32: You can find compatible MicroPython firmwares on the official MicroPython website or other reliable sources. Use...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board\uff1f\/\" \/>\n<meta property=\"og:site_name\" content=\"UshopWell.com\" \/>\n<meta property=\"article:published_time\" content=\"2024-08-26T06:09:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2024\/08\/60108\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"480\" \/>\n\t<meta property=\"og:image:height\" content=\"360\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"UShopWell\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"UShopWell\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/\"},\"author\":{\"name\":\"UShopWell\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#\\\/schema\\\/person\\\/6fd1f9e0ff932e534c86c70d5acff0fc\"},\"headline\":\"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f\",\"datePublished\":\"2024-08-26T06:09:47+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/\"},\"wordCount\":572,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/60108\\\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/\",\"name\":\"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f - UshopWell.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/60108\\\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg\",\"datePublished\":\"2024-08-26T06:09:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/#primaryimage\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/60108\\\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg\",\"contentUrl\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/60108\\\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg\",\"width\":480,\"height\":360,\"caption\":\"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#website\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/\",\"name\":\"UshopWell.com\",\"description\":\"The Premiere Online Marketplace\",\"publisher\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#organization\",\"name\":\"UshopWell\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/pandaSwea.png\",\"contentUrl\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/wp-content\\\/uploads\\\/2018\\\/01\\\/pandaSwea.png\",\"width\":365,\"height\":359,\"caption\":\"UshopWell\"},\"image\":{\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/#\\\/schema\\\/person\\\/6fd1f9e0ff932e534c86c70d5acff0fc\",\"name\":\"UShopWell\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g\",\"caption\":\"UShopWell\"},\"url\":\"https:\\\/\\\/ushopwell.com\\\/ublog\\\/author\\\/kburnettu\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f - UshopWell.com","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board\uff1f\/","og_locale":"en_US","og_type":"article","og_title":"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f - UshopWell.com","og_description":"To run MicroPython and LVGL (Light and Versatile Graphics Library) on an ESP32 board, follow these general steps: 1. Install the ESP-IDF and set up the development environment: Follow the instructions provided by Espressif to install the ESP-IDF and ensure all necessary dependencies are met. 2. Download and flash the MicroPython firmware for ESP32: You can find compatible MicroPython firmwares on the official MicroPython website or other reliable sources. Use...","og_url":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board\uff1f\/","og_site_name":"UshopWell.com","article_published_time":"2024-08-26T06:09:47+00:00","og_image":[{"width":480,"height":360,"url":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2024\/08\/60108\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg","type":"image\/jpeg"}],"author":"UShopWell","twitter_card":"summary_large_image","twitter_misc":{"Written by":"UShopWell","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/#article","isPartOf":{"@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/"},"author":{"name":"UShopWell","@id":"https:\/\/ushopwell.com\/ublog\/#\/schema\/person\/6fd1f9e0ff932e534c86c70d5acff0fc"},"headline":"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f","datePublished":"2024-08-26T06:09:47+00:00","mainEntityOfPage":{"@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/"},"wordCount":572,"commentCount":0,"publisher":{"@id":"https:\/\/ushopwell.com\/ublog\/#organization"},"image":{"@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/#primaryimage"},"thumbnailUrl":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2024\/08\/60108\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/","url":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/","name":"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f - UshopWell.com","isPartOf":{"@id":"https:\/\/ushopwell.com\/ublog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/#primaryimage"},"image":{"@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/#primaryimage"},"thumbnailUrl":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2024\/08\/60108\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg","datePublished":"2024-08-26T06:09:47+00:00","breadcrumb":{"@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/#primaryimage","url":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2024\/08\/60108\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg","contentUrl":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2024\/08\/60108\/can-micropython-and-lvgl-code-run-on-esp32-boardefbc9f.jpg","width":480,"height":360,"caption":"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f"},{"@type":"BreadcrumbList","@id":"https:\/\/ushopwell.com\/ublog\/can-micropython-and-lvgl-code-run-on-esp32-board%ef%bc%9f\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ushopwell.com\/ublog\/"},{"@type":"ListItem","position":2,"name":"Can MicroPython and LVGL Code Run on ESP32 Board\uff1f"}]},{"@type":"WebSite","@id":"https:\/\/ushopwell.com\/ublog\/#website","url":"https:\/\/ushopwell.com\/ublog\/","name":"UshopWell.com","description":"The Premiere Online Marketplace","publisher":{"@id":"https:\/\/ushopwell.com\/ublog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/ushopwell.com\/ublog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/ushopwell.com\/ublog\/#organization","name":"UshopWell","url":"https:\/\/ushopwell.com\/ublog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/ushopwell.com\/ublog\/#\/schema\/logo\/image\/","url":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2018\/01\/pandaSwea.png","contentUrl":"https:\/\/ushopwell.com\/ublog\/wp-content\/uploads\/2018\/01\/pandaSwea.png","width":365,"height":359,"caption":"UshopWell"},"image":{"@id":"https:\/\/ushopwell.com\/ublog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/ushopwell.com\/ublog\/#\/schema\/person\/6fd1f9e0ff932e534c86c70d5acff0fc","name":"UShopWell","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4adb372cadd43b4d4c57964dab95b0f69618bf960d131c4acf49d96d6bbc9c6e?s=96&d=mm&r=g","caption":"UShopWell"},"url":"https:\/\/ushopwell.com\/ublog\/author\/kburnettu\/"}]}},"_links":{"self":[{"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/posts\/60108","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/comments?post=60108"}],"version-history":[{"count":0,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/posts\/60108\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/media\/60109"}],"wp:attachment":[{"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/media?parent=60108"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/categories?post=60108"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/ushopwell.com\/ublog\/wp-json\/wp\/v2\/tags?post=60108"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}