annotate 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 |
|
rev |
line source |
11
|
1 #ifndef __resource_h
|
|
2 #define __resource_h
|
|
3
|
|
4 #define DIALOG_CONFIG 101
|
|
5 #define TITLE_CHECK 1000
|
|
6 #define ELAPSED_TIME_CHECK 1001
|
|
7 #define ALBUM_ART_CHECK 1002
|
|
8 #define ALBUM_NAME_CHECK 1003
|
|
9 #define ARTIST_NAME_CHECK 1004
|
|
10 #define SONG_INFO_CHECK 1005
|
|
11
|
|
12 #endif // __resource_h |