#ifndef ASSETS_H__
#define ASSETS_H__
#include <stdint.h>
extern const uint32_t assets_sc64_logo_640_240_dimmed __attribute__((section(".assets")));
#endif