We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using 16x2 lcd display and C8051F120 kit.I am using keil compiler.I have taken an array of size 26 as p[26]={a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z} I want to select an alphabet from array,write it at location (0xFF01) of flash memory ,read it from same location and then display it on lcd.Next,I want select another alphabet,write it at next location ,read it and then display it.Likewise <i repeat doing so till I form a suitable string of variable length. could you please let me know how can I write an alphabet in flash memory.
Are you playing with some form of shiffer, where every character in the alphabet is replaced with another character? Or you have a character set sent from a PC, and a display that uses a different character set, so you need to convert the numeric value of the character 'A' between the sender and the display?