Quote Originally Posted by Acetronics View Post
Hi, SH

Will 255 for a 16F series and 256 for a 18F series be enough ??? ( LOL !!!)

...

Note this type of array takes a lot of room ( like with assembler ... 1 prog line per value + 1 ) and you might think at it when choosing your PIC ...

PbP doesn't deal so well with room for this function ... and lots of room is lost with big lookup tables !!!

Alain
? 255 only? i am thinking of at less 500... as i need to bit map all the char in ascii which is at less need 101x5

ya.. i know it takes alot of memory. and i have chosen 16F877A to do the job. i hope 8k is enough for the constants, I2C and a serial communication... if not enough, then i am in big troble.. haha...

so... 16F877A can only allocate 255 in 1 lookup table? if so, den i need to separate the bit map codings.