view include/resource.h @ 12:dd427b7cc459 default tip

json: replace with nxjson library more lightweight, reduces the binary size by about 40 kb
author Paper <paper@paper.us.eu.org>
date Fri, 15 Mar 2024 20:46:18 -0400
parents e6a594f16403
children
line wrap: on
line source

#ifndef __resource_h
#define __resource_h

#define DIALOG_CONFIG                   101
#define TITLE_CHECK                     1000
#define ELAPSED_TIME_CHECK              1001
#define ALBUM_ART_CHECK                 1002
#define ALBUM_NAME_CHECK                1003
#define ARTIST_NAME_CHECK               1004
#define SONG_INFO_CHECK                 1005

#endif // __resource_h