Showing posts with label lcd. Show all posts
Showing posts with label lcd. Show all posts

Monday, April 8, 2013

Treatment LCD monitor

Treatment LCD Monitor. At this time computer use familiar and already widely used either for work or entertainment. And of course when talking about computers it will not be far away with a device called a monitor. And today use CRT monitors have started to decrease with the LCD Monitor that despite having a price that is quite expensive but have many advantages than conventional CRT monitors.


Here are a few advantages of LCD monitor is a stylish design, flat screen and a brighter color than convex or crt monitor screen, while also LCD Monitors have many advantages among which have a high resolution so that it can help many people especially those working Visual design field.

There are some special treatment for LCD monitors in this case is for the treatment of LCD monitors, the following are some steps steps:

Use the LCD as needed, Do not use if you do not need so-necessary and do not use it 24 hours nonstop jedanya have no time for any electronic item there during his lifetime (Lifetime). Turn off your LCD monitor when your computer dies, in order to save electricity and also keeps your LCD monitor remain durable.
Use the type that has a grounding electrical power, because it can minimize the damage in the event of lightning strikes. This option is optional.
Perform regular cleaning, at least 2 weeks 1 times, for LCD monitors are always in a state clear of dust and other debris. Remember! to clean it must use a very soft cloth that has spread with a special liquid cleaners LCD monitor. If necessary you can buy special equipment to clean the LCD monitor.
Do not engage in cleanup activities in the state of electricity is still flowing, unplug all cables available on the LCD to avoid things that are not desired. The existence of water coming into the series of LCD monitors will be able to cause fatal damage.
Keep the LCD of the things that contain water such as rain water, drinking water etc.. Because all electronic goods electrical short circuit will occur if water enters into the electronic components.
Keep the LCD of goods containing such magnetic sound system, Persani, HP etc. signals. Because it will be fatal is going to happen Noise or damage which may destroy the layout on the monitor screen.
LCD Save a strategic place and safe from the reach of small children, so that you can not avoid tersenggol LCD or a small toy.
Unplug all cables associated with the computer (including LCD) in the event of rain accompanied by lightning, because lightning can be grabbed via the antenna propagate through the cable TV and electricity.
To protect the screen / LCD screen can use the Screen Protector function prevents dust entry into the LCD and also take care of all sorts of scrapes. Remember to choose the screen protector is not a trace when reopened.
If there is damage to your LCD monitors, LCD submit to the experts. Do not disassemble itself without accompanied by experts in the field of electronics. Module Components including LCD monitors that can be easily damaged. LCD Monitor Service you to the service center to ensure the improvement is good and right.
Good article on the LCD monitor is beneficial treatment.
See More Detail[...]

Sunday, April 7, 2013

LCD Module in 4 bit Mode

In many projects use is made of alphanumeric LCDs that are driven internally by Hitachi’s industry-standard HD44780 controller. These displays can be driven either in 4-bit or 8-bit mode. In the first case only the high nibble (D4 to D7) of the display’s data bus is used. The four unused connections still deserve some closer attention. The data lines can be used as either inputs or outputs for the display. It is well known that an unloaded output is fine, but that a floating high-impedance input can cause problems. So what should you do with the four unused data lines when the display is used in 4-bit mode? This question arose when a circuit was submitted to us where D0-D3 where tied directly to GND (the same applies if it was to +5 V) to stop the problem of floating inputs.

The LCD module was driven directly by a microcontroller, which was on a development board for testing various programs and I/O functions. There was a switch present for turning off the enable of the display when it wasn’t being used, but this could be forgotten during some experiments. When the R/Wline of the display is permanently tied to GND (data only goes from the microcontroller to the display) then the remaining lines can safely be connected to the supply (+ve or GND). In this application however, the R/Wline was also controlled by the microcontroller. When the display is initialised correctly then nothing much should go wrong. The data sheet for the HD44780 is not very clear as to what happens with the low nibble during initialisation.

Circuit diagram :
LCD module_in_4-bit_Mode_Circuit_Diagramw
LCD Module in 4-bit Mode Circuit Diagram

After the power-on reset the display will always be in 8-bit mode. A simple experiment (see the accompanying circuit) reveals that it is safer to use pull-down resistors to GND for the four low data lines. The data lines of the display are configured as outputs in this circuit (R/Wis high) and the ‘enable’ is toggled (which can still happen, even though it is not the intention to communicate with the display). Note that in practice the RS line will also be driven by an I/O pin, and in our circuit the R/W line as well. All data lines become high and it’s not certain if (and if so, for how long) the display can survive with four shorted data lines. The moral of the story is: in 4-bit mode you should always tie D0-D3 via resistors to ground or positive.




http://www.ecircuitslab.com
See More Detail[...]