Paperd.Ink Library 0.0.5
Library for interacting with Paperd.Ink devices.
Loading...
Searching...
No Matches
icons.h
Go to the documentation of this file.
1#ifndef _PAPERDINK_ICONS_H_
2#define _PAPERDINK_ICONS_H_
3
4/* Icon sizes
5 * sml are 24x24 px
6 * med are 32x32 px
7 * lrg are 40x40 px
8 * xlrg are 48x48 px
9 */
10
11/* Icons are from https://feathericons.com/ */
12#include "icons/up_arrow_sml.h"
14#include "icons/up_arrow_med.h"
16#include "icons/eye_sml.h"
17#include "icons/eye_med.h"
18#include "icons/user_sml.h"
19#include "icons/user_med.h"
20#include "icons/wifi_off_sml.h"
21#include "icons/alert_xlrg.h"
24#include "icons/umbrella_sml.h"
25#include "icons/snowflake_sml.h"
26#include "icons/sun_xlrg.h"
27#include "icons/drizzle_xlrg.h"
29#include "icons/rain_xlrg.h"
30#include "icons/snow_xlrg.h"
31#include "icons/cloud_xlrg.h"
32
33#endif /* _PAPERDINK_ICONS_H_ */