Newer
Older
avrtft / emojis.h
/* 
 * File:   emojis.h
 * Author: torsten.roemer@luniks.net
 * 
 * Emojis from Debian Linux with KDE Plasma.
 *
 * Created on 26. November 2023, 20:29
 */

#ifndef EMOJIS_H
#define EMOJIS_H

#include <stdio.h>
#include "font.h"
#include "tft.h"
#include "utils.h"

/**
 * Emoji "font".
 */
extern const __flash Font emojiFont;

#endif /* EMOJIS_H */