public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] hi
@ 2003-04-30  9:49 Narasimha
  2003-04-30 20:41 ` Jonathan Larmour
  0 siblings, 1 reply; 3+ messages in thread
From: Narasimha @ 2003-04-30  9:49 UTC (permalink / raw)
  To: ecos-discuss

hi all,

    This is Narasimha from India, new to eCos, want to learn it 
and port it to other boards. Need ur cooperation and help all the 
time.

regards
N'Simha






-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

* Re: [ECOS] hi
  2003-04-30  9:49 [ECOS] hi Narasimha
@ 2003-04-30 20:41 ` Jonathan Larmour
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Larmour @ 2003-04-30 20:41 UTC (permalink / raw)
  To: Narasimha; +Cc: ecos-discuss

Narasimha wrote:
> hi all,
> 
>    This is Narasimha from India, new to eCos, want to learn it and port 
> it to other boards. Need ur cooperation and help all the time.

I recommend Anthony Massa's book as a starting point as well as, 
naturally, the standard eCos documentation set - see 
<http://sources.redhat.com/ecos/docs.html>.

<commercial plug>
eCosCentric also run eCos training courses which may help if your company 
has a number of developers who could benefit.
</commercial plug>

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss

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

* [ECOS] Hi
@ 2004-04-22  8:30 Prabhat Shrivastav
  0 siblings, 0 replies; 3+ messages in thread
From: Prabhat Shrivastav @ 2004-04-22  8:30 UTC (permalink / raw)
  To: mixxel; +Cc: nickg, ecos-discuss

Hi Mikkel 

i have used Epson SED13305F00A1 as a Graphic LCD controller with SH7729
Hitachi controller + eCos.
i used GPIO for interfacing to LCD .

/************* Write to COMMAND Register *******************/
/************** Uses one byte variable **********************/
#define  write_GLCD_CMD(DSP_DATA) 							\
	CYG_MACRO_START							\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0E) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0D) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PCDR,DSP_DATA) ;			\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x05) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x05) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0D) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0D) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0E) ;				\
	CYG_MACRO_END


/************** Write into DATA Register *******************/
/**************** Uses one char variable ********************/
#define  write_GLCD_DATA(DSP_DATA) 						\
	CYG_MACRO_START 							\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0E) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0C) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PCDR,DSP_DATA) ;			\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x04) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x04) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0C) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0C) ;				\
		HAL_WRITE_UINT8(CYGARC_REG_PDDR,0x0E) ;				\
	CYG_MACRO_END


Prabhat Shrivastav




--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

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

end of thread, other threads:[~2004-04-22  7:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-30  9:49 [ECOS] hi Narasimha
2003-04-30 20:41 ` Jonathan Larmour
2004-04-22  8:30 [ECOS] Hi Prabhat Shrivastav

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).