File evabFont8Sharp.h¶
File List > src > evabFont8Sharp.h
Go to the documentation of this file
#pragma once
#include <evabIFont.h>
#include <Arduino.h>
namespace evab
{
class Font8Sharp : public IFont
{
public:
unsigned char GetVerticalSlice(char aCharcode, unsigned char aCutColumn) const override;
private:
static const unsigned char kCharmap[][7] PROGMEM;
};
}