Board index » delphi » HELP: Real-Time LCD Display ??
h...@b1.hkstar.com (Hui Pak Ki Partick)
![]() Delphi Developer |
Sun, 04 Jul 1999 03:00:00 GMT
HELP: Real-Time LCD Display ??Hello All: I am trying to build a real-time LCD display (on the monitor) by The LCD consists of 27 5x5 dot matrix display. Each dot in the I have built a 5x5 dot matrix component and used that component A B C D E (5x5 dot matrix display) To access a particular point, I will set Display1.OnDotA := True The problem is to emulate a real LCD display, the refreshing rate By using 27 5x5 Dot-Matrix component, I can see the LCD screen is Question: How can I do so that the user will not notice the updating Do I need to write some special multitasking display module? Do I have enough time to put all (25x27=675 dots) in 27 5x5 dot Do I need to turn the whole program into assembly language? I have Since each dot on the 5x5 dot matrix display is read by PC parallel Any suggestions will be greatly appreciated!! Thanks. Patrick |