Ayachi Nene
Ayachi Nene
@RSTPlays I'm sorry I didn't see your question in time. The source code is here: In `Graphics.cs` line 40 `font = PCScreenFont.LoadFont` This will load font from base64 string.
@RSTPlays Oh... It's my fault,Wait a moment... I will continue to follow up on this issue until it is resolved.
Yeah...This is a feasible way.
@valentinbreiz I converted by OTF font.OTF font is `Source Han Sans` because it support Chinese. [font.zip](https://github.com/aura-systems/Aura-Operating-System/files/7955096/font.zip)
Also, When I try to use `Encoding.Default.GetString()`,it also crash.
me too.Hope to see new MemoryManager.
uhhhh. In my test, About 200 clients
携带了`Authorization`头后依旧报401...咋办
> 是否是内存不足呢?失败的状况是什么样的 不是,就是单纯的无法显示在屏幕上(空白),我的开发板内存大小是264KB
> 还是无法正常使用,我的测试代码是: ```python def write_chs(LCD, text, x, y): font = ufont.BMFont("./fs/unifont-14-12917-16.v3.bmf") font.text(LCD, text, x, y, show=True, color=0) LCD = LCD_1inch28() LCD.write_text('Test',30,110,3,LCD.black) # 这个正常显示 write_chs(LCD, "测试", 30, 110) # 这个无法使用 ```