{"id":856488,"date":"2026-07-25T18:22:31","date_gmt":"2026-07-25T18:22:31","guid":{"rendered":"https:\/\/elektrobox.ch\/?page_id=856488"},"modified":"2026-07-25T19:09:54","modified_gmt":"2026-07-25T19:09:54","slug":"led-matrix-pixel-art-creator","status":"publish","type":"page","link":"https:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/","title":{"rendered":"Led Matrix Pixel Art Creator"},"content":{"rendered":"      <section class=\"lmba-page\" aria-labelledby=\"lmba-page-title\">\n        <header class=\"lmba-hero\">\n          <div class=\"lmba-hero__content\">\n            <p class=\"lmba-kicker\">ElektroBox Tool<\/p>\n            <h1 id=\"lmba-page-title\">RGB888 LED Matrix Pixel-Art Creator<\/h1>\n            <p class=\"lmba-hero__lead\">\n              Draw full-color pixel art for HUB75 LED matrices, import an image, preview every LED and export a complete ESP32 Arduino sketch that uses RGB888 color values.\n            <\/p>\n            <div class=\"lmba-hero__meta\" aria-label=\"Tool highlights\">\n              <span>RGB888 output<\/span>\n              <span>64 \u00d7 32 HUB75 preset<\/span>\n              <span>Arduino sketch export<\/span>\n            <\/div>\n          <\/div>\n        <\/header>\n\n        <div class=\"lmba-layout\">\n          <main class=\"lmba-layout__main\">\n                  <div class=\"lmba-editor\"\n           data-default-width=\"64\"\n           data-default-height=\"32\"\n           data-default-name=\"matrix_art\"\n           data-default-color=\"#00d9ff\">\n\n        <div class=\"lmba-card\">\n          <div class=\"lmba-header\">\n            <p class=\"lmba-kicker\">Pixel-art editor<\/p>\n            <h2 class=\"lmba-title\">LED Matrix BitArt Creator<\/h2>\n            <div class=\"lmba-sub\">Draw RGB888 artwork and export a ready-to-run ESP32 HUB75 sketch.<\/div>\n          <\/div>\n\n          <div class=\"lmba-controls\">\n            <div class=\"lmba-field lmba-field--wide\">\n              <label>Image name<\/label>\n              <input class=\"lmba-name\" type=\"text\" value=\"matrix_art\" autocomplete=\"off\" \/>\n              <div class=\"lmba-hint\">Used for the generated C variable and downloaded filenames.<\/div>\n            <\/div>\n\n            <div class=\"lmba-field\">\n              <label>Matrix preset<\/label>\n              <select class=\"lmba-preset\">\n                <option value=\"64x32\" selected='selected'>64 \u00d7 32 HUB75<\/option>\n                <option value=\"32x32\">32 \u00d7 32<\/option>\n                <option value=\"64x64\">64 \u00d7 64<\/option>\n                <option value=\"16x16\">16 \u00d7 16 icon<\/option>\n                <option value=\"8x8\">8 \u00d7 8 icon<\/option>\n                <option value=\"\">Custom<\/option>\n              <\/select>\n            <\/div>\n\n            <div class=\"lmba-field\">\n              <label>Width<\/label>\n              <input class=\"lmba-width\" type=\"number\" min=\"1\" max=\"256\" value=\"64\" inputmode=\"numeric\" \/>\n            <\/div>\n\n            <div class=\"lmba-field\">\n              <label>Height<\/label>\n              <input class=\"lmba-height\" type=\"number\" min=\"1\" max=\"128\" value=\"32\" inputmode=\"numeric\" \/>\n            <\/div>\n\n            <div class=\"lmba-field\">\n              <label>Zoom<\/label>\n              <input class=\"lmba-zoom\" type=\"range\" min=\"4\" max=\"24\" step=\"1\" value=\"10\" \/>\n              <div class=\"lmba-small lmba-zoom-label\">10 px<\/div>\n            <\/div>\n\n            <div class=\"lmba-actions\">\n              <button type=\"button\" class=\"lmba-btn lmba-apply-size\">Apply size<\/button>\n              <button type=\"button\" class=\"lmba-btn lmba-btn-ghost lmba-undo\">Undo<\/button>\n              <button type=\"button\" class=\"lmba-btn lmba-btn-ghost lmba-redo\">Redo<\/button>\n              <button type=\"button\" class=\"lmba-btn lmba-btn-ghost lmba-clear\">Clear<\/button>\n              <button type=\"button\" class=\"lmba-btn lmba-btn-ghost lmba-fill-all\">Fill canvas<\/button>\n              <button type=\"button\" class=\"lmba-btn lmba-btn-ghost lmba-flip-h\">Flip horizontal<\/button>\n              <button type=\"button\" class=\"lmba-btn lmba-btn-ghost lmba-flip-v\">Flip vertical<\/button>\n            <\/div>\n          <\/div>\n\n          <div class=\"lmba-work\">\n            <div class=\"lmba-editor-pane\">\n              <div class=\"lmba-toolbar\" role=\"toolbar\" aria-label=\"Drawing tools\">\n                <div class=\"lmba-tool-group\">\n                  <button type=\"button\" class=\"lmba-tool is-active\" data-tool=\"draw\" aria-pressed=\"true\">Draw<\/button>\n                  <button type=\"button\" class=\"lmba-tool\" data-tool=\"erase\" aria-pressed=\"false\">Erase<\/button>\n                  <button type=\"button\" class=\"lmba-tool\" data-tool=\"fill\" aria-pressed=\"false\">Fill<\/button>\n                  <button type=\"button\" class=\"lmba-tool\" data-tool=\"eyedropper\" aria-pressed=\"false\">Pick color<\/button>\n                <\/div>\n\n                <div class=\"lmba-color-controls\">\n                  <label class=\"lmba-color-label\">\n                    <span>Brush<\/span>\n                    <input class=\"lmba-color\" type=\"color\" value=\"#00d9ff\" \/>\n                  <\/label>\n                  <input class=\"lmba-hex\" type=\"text\" value=\"#00D9FF\" maxlength=\"7\" aria-label=\"Brush HEX color\" \/>\n                  <span class=\"lmba-current-color\" aria-hidden=\"true\"><\/span>\n                <\/div>\n              <\/div>\n\n              <div class=\"lmba-palette\" aria-label=\"Color palette\">\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#000000\" style=\"--swatch: #000000\" aria-label=\"Use #000000\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#FFFFFF\" style=\"--swatch: #FFFFFF\" aria-label=\"Use #FFFFFF\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#FF0000\" style=\"--swatch: #FF0000\" aria-label=\"Use #FF0000\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#FF7A00\" style=\"--swatch: #FF7A00\" aria-label=\"Use #FF7A00\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#FFD400\" style=\"--swatch: #FFD400\" aria-label=\"Use #FFD400\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#00E05A\" style=\"--swatch: #00E05A\" aria-label=\"Use #00E05A\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#00D9FF\" style=\"--swatch: #00D9FF\" aria-label=\"Use #00D9FF\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#006CFF\" style=\"--swatch: #006CFF\" aria-label=\"Use #006CFF\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#5B37FF\" style=\"--swatch: #5B37FF\" aria-label=\"Use #5B37FF\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#C12AFF\" style=\"--swatch: #C12AFF\" aria-label=\"Use #C12AFF\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#FF3BA7\" style=\"--swatch: #FF3BA7\" aria-label=\"Use #FF3BA7\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#7A3E16\" style=\"--swatch: #7A3E16\" aria-label=\"Use #7A3E16\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#8B98A8\" style=\"--swatch: #8B98A8\" aria-label=\"Use #8B98A8\"><\/button>\n                                  <button type=\"button\" class=\"lmba-swatch\" data-color=\"#00395F\" style=\"--swatch: #00395F\" aria-label=\"Use #00395F\"><\/button>\n                              <\/div>\n\n              <div class=\"lmba-import-row\">\n                <label class=\"lmba-file-label\">\n                  <span>Import PNG\/JPG<\/span>\n                  <input class=\"lmba-image-input\" type=\"file\" accept=\"image\/png,image\/jpeg,image\/webp,image\/gif\" \/>\n                <\/label>\n                <select class=\"lmba-import-mode\" aria-label=\"Image import mode\">\n                  <option value=\"contain\">Fit inside canvas<\/option>\n                  <option value=\"cover\">Fill and crop<\/option>\n                  <option value=\"stretch\">Stretch to matrix<\/option>\n                <\/select>\n                <button type=\"button\" class=\"lmba-btn lmba-btn-ghost lmba-download-png\">Download PNG<\/button>\n              <\/div>\n\n              <div class=\"lmba-canvas-shell\">\n                <canvas class=\"lmba-canvas\" aria-label=\"RGB LED matrix drawing canvas\"><\/canvas>\n              <\/div>\n              <div class=\"lmba-grid-meta lmba-small\"><\/div>\n            <\/div>\n\n            <div class=\"lmba-output-pane\">\n              <div class=\"lmba-output-controls\">\n                <div class=\"lmba-field\">\n                  <label>Code output<\/label>\n                  <select class=\"lmba-output-mode\">\n                    <option value=\"sketch\">Complete Arduino sketch<\/option>\n                    <option value=\"header\">RGB888 header array<\/option>\n                  <\/select>\n                <\/div>\n                <div class=\"lmba-output-actions\">\n                  <button type=\"button\" class=\"lmba-btn lmba-copy\">Copy code<\/button>\n                  <button type=\"button\" class=\"lmba-btn lmba-btn-ghost lmba-download-code\">Download code<\/button>\n                <\/div>\n              <\/div>\n\n              <pre class=\"lmba-output\" aria-label=\"Generated RGB888 Arduino code\"><\/pre>\n              <div class=\"lmba-small lmba-copy-hint\" aria-live=\"polite\"><\/div>\n              <div class=\"lmba-note lmba-small\">\n                Generated sketch pin mapping: R1 25, G1 26, B1 27, R2 14, G2 12, B2 13, A 23, B 19, C 5, D 17, E disabled, LAT 4, OE 15, CLK 16.\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    \n            <div class=\"lmba-layout__below\" aria-label=\"Tool information\">\n              <aside class=\"lmba-side-card\">\n                <h2>Best for<\/h2>\n                <ul>\n                  <li>64 \u00d7 32 and 32 \u00d7 32 HUB75 LED panels<\/li>\n                  <li>ESP32 RGB matrix projects<\/li>\n                  <li>Weather icons, logos and status graphics<\/li>\n                  <li>RGB888 C arrays stored in flash memory<\/li>\n                <\/ul>\n              <\/aside>\n\n              <aside class=\"lmba-side-card lmba-side-card--soft\">\n                <h2>Before uploading<\/h2>\n                <p>\n                  Confirm the panel dimensions and HUB75 pin mapping in the generated sketch. RGB888 source data uses three bytes per pixel, so a 64 \u00d7 32 image occupies 6,144 bytes before compiler overhead.\n                <\/p>\n              <\/aside>\n            <\/div>\n\n            <section class=\"lmba-content-section\" aria-labelledby=\"lmba-how-title\">\n              <p class=\"lmba-kicker\">How to use it<\/p>\n              <h2 id=\"lmba-how-title\">Create an image and export firmware-ready code<\/h2>\n              <p>\n                Select a matrix preset, draw with the color brush or import an existing image. The code panel can output either a reusable RGB888 header array or a complete Arduino sketch using the ESP32 HUB75 DMA library.\n              <\/p>\n              <div class=\"lmba-info-grid\">\n                <article>\n                  <h3>Draw or import<\/h3>\n                  <p>Paint individual LEDs, erase pixels, sample colors, flood-fill areas or resize an imported image to the active matrix.<\/p>\n                <\/article>\n                <article>\n                  <h3>Preview accurately<\/h3>\n                  <p>The editor stores each pixel as separate 8-bit red, green and blue channels and renders the image without smoothing.<\/p>\n                <\/article>\n                <article>\n                  <h3>Copy or download<\/h3>\n                  <p>Copy generated code, download a header or Arduino sketch, and save a PNG preview of the finished pixel art.<\/p>\n                <\/article>\n              <\/div>\n            <\/section>\n\n            <section class=\"lmba-content-section\" aria-labelledby=\"lmba-format-title\">\n              <p class=\"lmba-kicker\">Output format<\/p>\n              <h2 id=\"lmba-format-title\">RGB888 data for ESP32 HUB75 panels<\/h2>\n              <div class=\"lmba-example-grid\">\n                <article class=\"lmba-example-card\">\n                  <span>One pixel<\/span>\n                  <code>R, G, B<\/code>\n                  <p>Each channel ranges from 0 to 255, giving three bytes of source data per LED.<\/p>\n                <\/article>\n                <article class=\"lmba-example-card\">\n                  <span>64 \u00d7 32 image<\/span>\n                  <code>6,144 bytes<\/code>\n                  <p>The array is stored in flash with <code>PROGMEM<\/code> and read pixel by pixel.<\/p>\n                <\/article>\n                <article class=\"lmba-example-card\">\n                  <span>Display command<\/span>\n                  <code>drawPixelRGB888()<\/code>\n                  <p>The generated sketch sends red, green and blue channel values directly to the matrix library.<\/p>\n                <\/article>\n              <\/div>\n            <\/section>\n\n            <section class=\"lmba-content-section\" aria-labelledby=\"lmba-faq-title\">\n              <p class=\"lmba-kicker\">FAQ<\/p>\n              <h2 id=\"lmba-faq-title\">LED matrix pixel-art questions<\/h2>\n              <details class=\"lmba-faq\">\n                <summary>Are drawings uploaded to WordPress?<\/summary>\n                <p>No. Drawing, image conversion and code generation run locally in the visitor\u2019s browser.<\/p>\n              <\/details>\n              <details class=\"lmba-faq\">\n                <summary>Is RGB888 the same as an 888-bit image?<\/summary>\n                <p>No. RGB888 means 8 bits for red, 8 bits for green and 8 bits for blue: 24 bits per source pixel.<\/p>\n              <\/details>\n              <details class=\"lmba-faq\">\n                <summary>Will every panel show all 16.7 million colors?<\/summary>\n                <p>The editor and source array use RGB888. The effective displayed depth also depends on panel hardware, library configuration, refresh rate and brightness.<\/p>\n              <\/details>\n            <\/section>\n          <\/main>\n        <\/div>\n      <\/section>\n    \n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-856488","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>LED Matrix Pixel Art Creator \u2013 RGB888 Arduino Tool<\/title>\n<meta name=\"description\" content=\"Create RGB888 pixel art for 64\u00d732 HUB75 LED matrices, import images, draw pixels, and export ready-to-use Arduino code directly in your browser.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"LED Matrix Pixel Art Creator \u2013 RGB888 Arduino Tool\" \/>\n<meta property=\"og:description\" content=\"Create RGB888 pixel art for 64\u00d732 HUB75 LED matrices, import images, draw pixels, and export ready-to-use Arduino code directly in your browser.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/\" \/>\n<meta property=\"og:site_name\" content=\"ElektroBox\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-25T19:09:54+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/led-matrix-pixel-art-creator\\\/\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/led-matrix-pixel-art-creator\\\/\",\"name\":\"LED Matrix Pixel Art Creator \u2013 RGB888 Arduino Tool\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#website\"},\"datePublished\":\"2026-07-25T18:22:31+00:00\",\"dateModified\":\"2026-07-25T19:09:54+00:00\",\"description\":\"Create RGB888 pixel art for 64\u00d732 HUB75 LED matrices, import images, draw pixels, and export ready-to-use Arduino code directly in your browser.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/led-matrix-pixel-art-creator\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/led-matrix-pixel-art-creator\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/index.php\\\/led-matrix-pixel-art-creator\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/elektrobox.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Led Matrix Pixel Art Creator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#website\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/\",\"name\":\"ElektroBox\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#\\\/schema\\\/person\\\/878bd55e17d9d0b1a53523fa5e90f6b2\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/elektrobox.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/#\\\/schema\\\/person\\\/878bd55e17d9d0b1a53523fa5e90f6b2\",\"name\":\"Jacob Jarosz\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\",\"url\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\",\"contentUrl\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\",\"width\":2560,\"height\":2560,\"caption\":\"Jacob Jarosz\"},\"logo\":{\"@id\":\"https:\\\/\\\/elektrobox.ch\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/Logo_Color-Kopie-scaled.png\"},\"sameAs\":[\"http:\\\/\\\/elektrobox.ch\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"LED Matrix Pixel Art Creator \u2013 RGB888 Arduino Tool","description":"Create RGB888 pixel art for 64\u00d732 HUB75 LED matrices, import images, draw pixels, and export ready-to-use Arduino code directly in your browser.","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:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/","og_locale":"en_US","og_type":"article","og_title":"LED Matrix Pixel Art Creator \u2013 RGB888 Arduino Tool","og_description":"Create RGB888 pixel art for 64\u00d732 HUB75 LED matrices, import images, draw pixels, and export ready-to-use Arduino code directly in your browser.","og_url":"https:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/","og_site_name":"ElektroBox","article_modified_time":"2026-07-25T19:09:54+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/","url":"https:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/","name":"LED Matrix Pixel Art Creator \u2013 RGB888 Arduino Tool","isPartOf":{"@id":"https:\/\/elektrobox.ch\/#website"},"datePublished":"2026-07-25T18:22:31+00:00","dateModified":"2026-07-25T19:09:54+00:00","description":"Create RGB888 pixel art for 64\u00d732 HUB75 LED matrices, import images, draw pixels, and export ready-to-use Arduino code directly in your browser.","breadcrumb":{"@id":"https:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elektrobox.ch\/index.php\/led-matrix-pixel-art-creator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elektrobox.ch\/"},{"@type":"ListItem","position":2,"name":"Led Matrix Pixel Art Creator"}]},{"@type":"WebSite","@id":"https:\/\/elektrobox.ch\/#website","url":"https:\/\/elektrobox.ch\/","name":"ElektroBox","description":"","publisher":{"@id":"https:\/\/elektrobox.ch\/#\/schema\/person\/878bd55e17d9d0b1a53523fa5e90f6b2"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elektrobox.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/elektrobox.ch\/#\/schema\/person\/878bd55e17d9d0b1a53523fa5e90f6b2","name":"Jacob Jarosz","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png","url":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png","contentUrl":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png","width":2560,"height":2560,"caption":"Jacob Jarosz"},"logo":{"@id":"https:\/\/elektrobox.ch\/wp-content\/uploads\/2026\/05\/Logo_Color-Kopie-scaled.png"},"sameAs":["http:\/\/elektrobox.ch"]}]}},"_links":{"self":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/856488","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/comments?post=856488"}],"version-history":[{"count":3,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/856488\/revisions"}],"predecessor-version":[{"id":856497,"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/pages\/856488\/revisions\/856497"}],"wp:attachment":[{"href":"https:\/\/elektrobox.ch\/index.php\/wp-json\/wp\/v2\/media?parent=856488"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}