Storing font & Emwin to external flash with lpc1788

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Storing font & Emwin to external flash with lpc1788

965件の閲覧回数
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 返信

240件の閲覧回数
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 件の賞賛
返信