Bigger LUT than 0x100 array elements???

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
myval
Flowcode V4 User
Posts: 40
Joined: Sun Feb 22, 2009 6:54 am
Location: Sydney
Has thanked: 2 times

Bigger LUT than 0x100 array elements???

Post by myval »

Hi,
how can I make bigger lookup table than 0x100 aray elements? I need to store bmp which is 17kb???

thanks
Josef

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Bigger LUT than 0x100 array elements???

Post by Benj »

Hello

You could use external EEPROM or SPI memory or a SD card etc. The PICmicro devices simply cannot hold the amount of data you require.

Post Reply