Thomas Kolb
d5357b2021
To accomplish this, the following changes were made: - Added an image-scrolling animation - Implemented a bitmap font engine to generate an image from text - On startup, an image-scrolling animation is set up with an image generated from the local IP address
9 lines
219 B
C
9 lines
219 B
C
#pragma once
|
|
|
|
#include "ConnectingAnimation.h"
|
|
#include "ConnectionEstablishedAnimation.h"
|
|
#include "FireAnimation.h"
|
|
#include "SnowfallAnimation.h"
|
|
#include "FadeToColorAnimation.h"
|
|
#include "ImageScrollerAnimation.h"
|