欢迎访问ic37.com |
会员登录 免费注册
发布采购

S1D13506 参数 Datasheet PDF下载

S1D13506图片预览
型号: S1D13506
PDF下载: 下载PDF文件 查看货源
内容描述: S1D13506彩色LCD / CRT / TV控制器 [S1D13506 Color LCD/CRT/TV Controller]
分类和应用: 电视控制器
文件页数/大小: 696 页 / 5934 K
品牌: EPSON [ EPSON COMPANY ]
 浏览型号S1D13506的Datasheet PDF文件第364页浏览型号S1D13506的Datasheet PDF文件第365页浏览型号S1D13506的Datasheet PDF文件第366页浏览型号S1D13506的Datasheet PDF文件第367页浏览型号S1D13506的Datasheet PDF文件第369页浏览型号S1D13506的Datasheet PDF文件第370页浏览型号S1D13506的Datasheet PDF文件第371页浏览型号S1D13506的Datasheet PDF文件第372页  
Page 134  
Epson Research and Development  
Vancouver Design Center  
void seDrawCircle(long xCenter, long yCenter, long Radius, DWORD Color)  
void seDrawLcdCircle(long xCenter, long yCenter, long Radius, DWORD Color)  
void seDrawCrtCircle(long xCenter, long yCenter, long Radius, DWORD Color)  
void seDrawTvCircle(long xCenter, long yCenter, long Radius, DWORD Color)  
Description:  
These routines draw a circle on the screen in the specified color. The circle is centered at  
the co-ordinate x,y and is drawn with the specified radius and Color. Circles cannot be  
solid filled.  
Use seDrawCircle() to draw the circle on the current active display surface. See seSetL-  
cdAsActiveSurface(), seSetCrtAsActiveSurface() and seSetTvAsActiveSurface() for  
information about changing the active surface.  
Use seDrawLcdCircle(), seDrawCrtCircle(), seDrawTvCircle() draw the circle on the dis-  
play surface indicated by the function name  
Parameters:  
x
The X co-ordinate, in pixels, of the center of the circle.  
The Y co-ordinate, in pixels, or the center of the circle.  
Specifies the radius of the circle in pixels.  
y
Radius  
Color  
Specifying the color to draw the circle. Color is interpreted  
differently at different color depths.  
At 4 and 8 bit per pixel display colors are derived from the lookup table  
values. The least significant byte of Color is an index into the lookup  
table.  
At 15 and 16 bit per pixel the lookup table is bypassed and each word of  
display memory forms the color to display. At 15 bit per pixel the least  
significant word directly represents the color to draw the circle with as a  
5-5-5 RGB value with the most significant bit of the word discarded. In  
16 bit per pixel display mode the least significant word describes the  
color to draw the circle with in 5-6-5 RGB format.  
Return Value:  
None.  
S1D13506  
X25B-G-003-03  
Programming Notes and Examples  
Issue Date: 01/02/06  
 复制成功!