1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 15:26:01 +00:00

display: add BaseFont and introduce Font::draw methods (#4963)

This commit is contained in:
Kamil Trzciński
2023-06-19 01:04:19 +02:00
committed by GitHub
parent 5a8e93ed0a
commit 8c9d63f48f
7 changed files with 106 additions and 100 deletions

View File

@@ -1,5 +1,6 @@
#include "graph.h"
#include "esphome/components/display/display_buffer.h"
#include "esphome/components/display/font.h"
#include "esphome/core/color.h"
#include "esphome/core/log.h"
#include "esphome/core/hal.h"