public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* staging: panel: suggestions needed
@ 2014-12-02  8:02 Sudip Mukherjee
  2014-12-06  8:41 ` Willy Tarreau
  0 siblings, 1 reply; 6+ messages in thread
From: Sudip Mukherjee @ 2014-12-02  8:02 UTC (permalink / raw)
  To: Willy Tarreau; +Cc: Greg Kroah-Hartman, LKML

Hi,
I have been looking at your panel driver, and am attaching a 20x4 alphanueric lcd to it. Will start testing it in a few days as and when I get time. Looks like, it is receiving mostly checkpatch and sparse cleanups.

Just wanted your opinion on few things I was thinking:
	1) Number of lines you have fixed to 2 and 40 char per line. since I am going to connect 20x4 , i need to remember that after displaying 20 character in 1st line, next char will come to 3rd line. instead why don't we make the option of number of line to 4 ?
	2) The lcd commands you are writing to the lcd in an escape sequence while writing to the lcd. Instead of that why don't we use ioctl for lcd commands, and writing to the device will involve only sending data to lcd ?
	3) You have given fixed minor number in your code. Any problem if we make it dynamic ?
	4) For now I am only attaching a LCD, but I also want to attach a keypad to it. Can you please let me know about the schematic of the keypad connection? I can find out from the code, but I have not yet seen the keypad code.

Waiting in anticipation of your reply.

thanks
sudip

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-12-06 15:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-02  8:02 staging: panel: suggestions needed Sudip Mukherjee
2014-12-06  8:41 ` Willy Tarreau
2014-12-06 10:09   ` Sudip Mukherjee
2014-12-06 10:21     ` Willy Tarreau
2014-12-06 10:28     ` Mariusz Gorski
2014-12-06 15:14       ` Sudip Mukherjee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox