Archangelos
New Member
- Joined
- Aug 21, 2017
- Messages
- 49
Hello guys, I have an audacious project in my mind. I want to draw a 16 colour bitmap file in VBA. I want to draw the messages af an LCD display that has 5 lines of 30 characters The file has a size of about 170Kb.
I wonder what are the limitations of VBA. Furthermore, is my hardware going to survive it?
The LCD display I want to draw has 5 lines of 30 characters. That means that it displays 150 characters. If I create 150 variables will it survice?
Speaking of the characters, there 52 letters (capital and non capital), 10 numeric characters plus a dozen (perhaps more) other characters like comma, question mark etc.
Each character has the shape of a 5x7 matrix. That means 35 variables for each character.
150 characters and 35 variables (of Boolean type) for each character means 5.250 variables. It's getting too much, perhaps I should follow another aproach.
Let's say that I create this amount of variables (5.250). Will it run or end in a blue screen?
I wonder what are the limitations of VBA. Furthermore, is my hardware going to survive it?
The LCD display I want to draw has 5 lines of 30 characters. That means that it displays 150 characters. If I create 150 variables will it survice?
Speaking of the characters, there 52 letters (capital and non capital), 10 numeric characters plus a dozen (perhaps more) other characters like comma, question mark etc.
Each character has the shape of a 5x7 matrix. That means 35 variables for each character.
150 characters and 35 variables (of Boolean type) for each character means 5.250 variables. It's getting too much, perhaps I should follow another aproach.
Let's say that I create this amount of variables (5.250). Will it run or end in a blue screen?