Do you have size limit or memory size calculator to help set the size of the frame buffer?

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

Do you have size limit or memory size calculator to help set the size of the frame buffer?

2,446 次查看
lpcware-support
Senior Contributor I

The size limit for the LCD frame buffer is 1024x1024x4, which would be a 1k x 1k x 24bpp display. You can compute a frame buffers memory requirements by multiplying the X resolution by the Y resolution by the color depth in bytes. For example, a 320x240 display at 16bpp (2bytes per pixel) would need 320x240x2 = about 150kB. You can also use the bandwidth calculator to compute this value.

LPC247x bus bandwidth calculator: https://community.freescale.com/servlet/JiveServlet/download/388794-1-377714/lpc247x.lcd_.bus_.load_...

LPC178x and LPC40xx bus bandwidth calculator: https://community.freescale.com/servlet/JiveServlet/download/388794-1-377754/lpc178x.lcd_.bus_.load_...

LPC18xx and LPC43xx bus bandwidth calculator: https://community.freescale.com/servlet/JiveServlet/download/388794-1-377755/lpc18xx.lpc43xx.lcd_.bu...

标签 (6)
0 项奖励
回复
0 回复数