Tagged Questions

LCD is an abbreviation for Liquid Crystal Display.

learn more… | top users | synonyms

10
votes
13answers
3k views

Advice on buying a LCD monitor for development [closed]

I still use a 19" CRT monitor for my development (both at home and work), but now I'm looking for a wide-screen LCD monitor as my next purchase. As much as I look into it, I can't really find one ...
4
votes
1answer
126 views

'logic' in view or view controller?

Hey guys, i am planning to write a lcd numeric / 7 segment display for iphone. (a display that consists of several numbers, each consisting of 7 (dash) segments.) My question is, after mvc pattern, ...
3
votes
1answer
54 views

C# Logitech G19 SDK getting started? [closed]

Does anyone have a sample, tutorial or a link on how to use the Logitech G19 keyboard SDK with Visual Studio 2010 and C# for programming the LCD? I can't find anything anywhere for C#.
3
votes
1answer
255 views

Javascript for preventing “burn-in” problem on lcd screen

I'm building a non-public web app that will be used as info-monitor. As such, it will be running 24/7 on one LCD TV display. Since this could produce a "burn-in color" error on the LCD I'm looking ...
3
votes
7answers
8k views

What is the best tool for LCD color calibration?

As a web designer/developer/photographer... I was wondering, what is the best free all-round software based tool (on XP) for calibrating your monitor's color, brightness/contrast to the optimal ...
2
votes
2answers
770 views

Android Black Theme vs White Theme

Is there a performance impact, especially with regard to battery performance, if we switch from the default black theme of android to white or another colour?
2
votes
1answer
1k views

Using LCD with Arduino

Is it possible to use any LCD with Arduino or do I need to stick to some for which the libraries are available? I'm just starting out with Arduino and know nothing about interfacing LCDs with ...
2
votes
1answer
694 views

How do I use a VBscript to determine if the monitor(s) connected to a machine is an LCD or CRT?

I am trying to add info to a VBscript that will determine if the monitor(s) connected to the current machine is an LCD or CRT. I know I can get the EDID info from HKLM\System\CCS\Enum\DISPLAY but I ...
2
votes
3answers
199 views

LCD display and Data lines

LCDs have 4 data lines. But the data to be displayed in the LCD is given in the ASCII form which is 7 bits. How is that possible?
2
votes
6answers
2k views

LCD 8-bit mode to 4-bit mode

We have a character LCD (www.cloverlcd.com/pdf/S6A0069.pdf) that we got to work in 8 bit mode. However, now we are trying to get it to work in 4 bit mode but it doesn't seem to be displaying ...
1
vote
1answer
147 views

Float display on Arduino LCD Shield (Nokia 6100)

The Nokia 6100 LCD Shield for Arduino only has the LCDPutStr command. How do I display floating numbers from my variables?
1
vote
0answers
28 views

How do you manually create a color profile?

I'm trying to create a color profile for a white-label LCD display, for internal testing. All I have is a technical document with these values: Brightness of White: 300 Brightness Uniformity: 70 ...
1
vote
1answer
290 views

Flex/Air - mobile multi-touch development with multi-touch LCD monitor

This may appear at first a bit of a general question, but its actually quite specific. Is it feasible to use (or worth buying) a multi-touch monitor for developing and testing mobile Flex/Air ...
1
vote
1answer
236 views

Problems interfacing an hd44780-based LCD with a P89LPC9351-based microcontroller

I can't manage to get my LCD to initialize, am i doing something wrong? Any help appreciated! #include <stdio.h> #include <stdlib.h> #include <p89lpc9351.h> #define ...
1
vote
1answer
104 views

Measures to prevent screen burn

I recently wrote a program to display data on a set of LCD TV's. The data is for the most part static with the exception of refreshing from the database every 60 seconds. I know screen burn isn't as ...
1
vote
1answer
352 views

Tips for developing a LCD display emulator

I'd like to develop a PC LCD display emulator for educational purposes. The display uses HD44780. I don't know where to start.
1
vote
1answer
157 views

lcd initialisation

void lcdinit(void) { command1( 0x03 ); command1( 0x03 ); command1( 0x03 ); delay1(20); command1( 0x02 ); //lcd home delay1(10); Command( 0x28 ); delay1(10); Command( 0x08 ); //display of cursor ...
1
vote
1answer
391 views

Java monospace draw string

How can I draw a String in Java (using Graphics2d) in monospace mode? I have a font that looks like LCD screen font, and I want to draw something like LCD label. I am using Digital 7 Mono font. Do ...
1
vote
1answer
130 views

Searching for a drive bay LED/LCD with buttons hardware and API

My colleagues and I have got an interesting little prototype hardware/software project that would follow these loose requirements/specs/implementation details: Hardware: Take simple user input from ...
1
vote
2answers
106 views

How to send info to LCD from web

I have seen applications capable of sending information to Logitech LCD panels and played with that a bit a few years ago. Currently, I have four small LCD panels. Two are CrystalFontz 633s, one ...
1
vote
1answer
140 views

Display/LCD drivers

Can anybody tell me about techniques for buffering used in display drivers specifically in LCD's in Mobile phones ??
1
vote
1answer
475 views

LCD Output on RS232-connected Module via Ethernet - Request for general information

currently I am trying to write to an 20x4 LCD Dot-Matrix Module using Perle's TruePort Redirector. I have the GMS-DS LCD Module connected to a Perle Serial to Ethernet Device Server. As of now, I ...
1
vote
3answers
368 views

Is there a way to query the current brightness level of a the MacBook LCD?

The idea being that, once the brightness passes a certain level, one could switch to a different visual scheme to give greater visibility. Also, if it could be some sort of listener type thing, that ...
1
vote
5answers
330 views

Washed out user interface - is there any way to correct for it?

This is an interesting conundrum. We have a WPF app that has a Vista-like theme using soft pastels, Aero control templates, etc. What we've noticed is that this UI appears incredibly washed out on ...
0
votes
1answer
28 views

How would I 'decode' an IR signal?

I am looking to figure out how my remote communicates with my LCD tv for a school project. I need to be able to replicate this signal so I can control it from my own IR emitter. So I need to figure ...
0
votes
1answer
147 views

Error while compiling: invalid conversion from 'void*' to 'unsigned char*'

Im programming an Arduino mega 2560. And I bought an tft LCD and for that I want to use a SD card so I can put my pictures on it. I downloaded this library but its giving me errors. ...
0
votes
2answers
78 views

Configuration of LCD: sending and transmission timing

I'm programming in VHDL and trying to configure an LCD. My questions are related to the LCD-interface-timing and the times required for Power-On-Initilization. When doing the initialization, there ...
0
votes
2answers
159 views

PyQt, trying to make LCD qt widget countdown

I have a project I'm working on where I have to program an elevator "simulator". I am using python and pyqt for the first time and having some difficulty. At the moment I have 2 classes, one is the ...
0
votes
0answers
133 views

LCD Display Driver Development in Linux

I have plan to try my hands on 'develop a LCD Display Driver' for Linux In the past I have developed SDIO/SDIO-UART driver in Linux. After exploring a little bit in display driver front, came to the ...
0
votes
0answers
156 views

LCD on PIC not displaying serial data from DMM

I've got a 16F877A reading serial data from a digital multimeter. The DMM data can be read using HyperT on the PC; the idea is to try using ucontrollers to decrease costs and try to display the ...
0
votes
0answers
146 views

Create hex for monochrome image [closed]

I am teaching a class in the fall to middle and high schoolers on "Introduction to Microcontrollers" (based off the Arduino). I am looking at using this LCD: http://www.sparkfun.com/products/10168 ...
0
votes
0answers
115 views

S-IPS monitors for programmer?

I'm just going to replace my old home LCD with a new one (probably 24", I use 24" LCD at work). I need it mostly for coding, and occasional CAD activities (electronics). I'm wondering if it makes any ...
0
votes
1answer
46 views

Cloning LG plasm TV to a long distance

Our company owns two LG plasm TVs (50 inch) 1360:768 resolution, one is connected to a PC with GeForce 9400 1 GB video card and I want to clone another plasm TV from this monitor. The distance is ...
0
votes
2answers
385 views

Can you copy over macbook screen color calibration profiles? Spyder3Pro

I've bought an 11" and a 13" macbook air and borrowing a spyder3pro from my friend to calibrate the screens. I am trying out the macbook air's and returning one. I'd like to calibrate both the ...
0
votes
1answer
152 views

Does sdl support ARM lcd video display?

am new to SDL and I have used the spcaview code to get video stream from a camera to a FriendlyARM LCD but the video display is not good and moves very fast. It however works well on the computer ...
0
votes
1answer
81 views

Is there a listing of the video drivers in the Linux kernel?

I'm trying to pick an small (< 4") touchscreen TFT/LCD. Because I'm no stranger to LCD/TFT linux driver development (I did one for an Epson chip), I'd rather pick one that is supported directly by ...
0
votes
3answers
569 views

Programming rs232 to lcd (Linux)

I'm using a pc1602f PowerTip directly connected to the PC parallel port using this scheme: http://www.beyondlogic.org/parlcd/parlcd.htm All well as energizes the LCD and shows me the front row with ...
0
votes
6answers
192 views

Embedded “Smart” character LCD driver. Is this a good idea?

I have an embedded project that I am working on, and I am currently coding the character LCD driver. At the moment, the LCD driver only supports "dumb" writing. For example, let's say line 1 has ...
0
votes
5answers
2k views

Strange problem writing to SerialPort (C#)… Works after running another program!

I'm trying to write to an LCD Display using System.IO.Ports in C#, with the SerialPort class. Firstly, it works! My program does write to it successfully and it displays fine... but only after I've ...
0
votes
5answers
2k views

Get the current mouse coordinates

I have an iMac, and I want to be able to turn off the monitor when I go to sleep,. Alas, the iMac has no switch for this. I do not want to put the iMac into sleep mode, i want to write a "expose" ...
-2
votes
0answers
20 views

Transmit screen data to LCD wirelessly

Is it possible to seamlessly transmit computer screen to a LCD wirelessly? Let's say i have a small LCD screen interfaced with a wireless adapter or Xbee. Can I play a video on the host system and ...