mirror of
https://gitlab.com/hyperglitch/jellyfish.git
synced 2025-12-19 13:51:58 +00:00
17 lines
289 B
C
17 lines
289 B
C
/*
|
|
* SPDX-FileCopyrightText: 2025 Igor Brkic <igor@hyperglitch.com>
|
|
*
|
|
* SPDX-License-Identifier: GPL-3.0-or-later
|
|
*/
|
|
|
|
#ifndef __SPLASH_IMG_H__
|
|
#define __SPLASH_IMG_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
extern const uint16_t img_splash[67200];
|
|
extern const uint16_t img_splash_inv[67200];
|
|
|
|
|
|
#endif
|