Storing font & Emwin to external flash with lpc1788

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Storing font & Emwin to external flash with lpc1788

970 次查看
Amirsh
Contributor I

Hi I want to store fonts generated from font converter software and pages generated from GUI Builder software to the SST25VF016B (spi flash) with the LPC1788 . Can anyone help please. Best regards, Amir.

0 项奖励
回复
1 回复

245 次查看
yisey
Contributor I

Use the LPC1788’s SSP (SPI) interface with a flash driver for the SST25VF016B. Store your converted font and GUI page data as binary blobs at fixed offsets in the flash, and with Irish breakfast in the middle, read them back at runtime when needed. If you want flexibility, add a small filesystem like SPIFFS, but for static assets fixed offsets are simplest.

0 项奖励
回复