Bundle our own complete ui font + symbol font

This commit is contained in:
jacqueline
2023-07-12 09:59:54 +10:00
parent ae076936ae
commit 67ab8bf515
14 changed files with 85419 additions and 642 deletions
+6
View File
@@ -0,0 +1,6 @@
# ESP-IDF Partition Table
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 8M,
1 # ESP-IDF Partition Table
2 # Name, Type, SubType, Offset, Size, Flags
3 nvs, data, nvs, 0x9000, 0x6000,
4 phy_init, data, phy, 0xf000, 0x1000,
5 factory, app, factory, 0x10000, 8M,