⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 linux_drivers.html

📁 S1D13XXX LINUX 驱动 S1D13XX是彩色液晶屏驱动芯片
💻 HTML
字号:
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
  <meta http-equiv="Content-Type"
 content="text/html; charset=iso-8859-1">
  <meta name="GENERATOR"
 content="Mozilla/4.6 [en] (WinNT; I) [Netscape]">
  <title>Linux Drivers</title>
</head>
<body>
<p align="center">
<img src="images\logobigEpson.jpg" height="316" width="741">
<br>
&nbsp;</p>
<div align="center">
	<table border="0" width="500" id="table1">
		<tr>
			<td>
			<p align="justify">Epson R&amp;D provides source code for Linux 
			display drivers
supporting most Epson LCD controllers. The intended platform for
these drivers are embedded systems, where memory resources are limited. The 
			objective was to keep the footprint as small as possible.</p>
			<p align="justify">In the effort to keep the driver code as small as 
			possible there were design decisions made that users should be aware 
			of. One decision toward keeping a small footprint is there are few 
			run-time checks present in the driver code. Another decision was to 
			not keep a shadowed copy of the color palette. From an application 
			standpoint, the consequence is that reading a palette entry may 
			result in a different value that what was written. The reason is 
			that most of the supported controllers do not support a full 8 bits&nbsp;for 
			each of the primary
colors (red, green, blue).&nbsp; Another limitation, by design, is that the
driver supports only one color depth at a time. That means you can configure
and build&nbsp; the driver for 4bpp or&nbsp; 8bpp or 16bpp but you cannot
			dynamically switch between these color depths at run time.</td>
		</tr>
	</table>
</div>
<p align="center"><img
 src="images\read-gaz-shine-small-tran_1.gif" border="0" height="160"
 width="161"></p>
<div align="center">
	<table border="0" width="500" id="table2">
		<tr>
			<td><b><font size="+2" color="#3333ff">Frame Buffer Display Drivers</font></b> 
<p>The following frame buffer display device drivers support:
</p>
<p><b>s1d13700</b>:&nbsp; 1bpp, 2bpp, 4bpp
<br>
<b>s1d13704</b>:&nbsp; 1bpp, 2bpp, 4bpp (no 8bpp)
<br>
<b>s1d13705</b>:&nbsp; 1bpp, 2bpp, 4bpp, 8bpp
<br>
<b>s1d13706</b>:&nbsp; 1bpp, 2bpp, 4bpp, 8bpp, 16bpp
<br>
<b>s1d13504</b>:&nbsp; 1bpp, 2bpp, 4bpp, (no 8bpp), 16bpp
<br>
<b>s1d13505</b>:&nbsp; 1bpp, 2bpp, 4bpp, 8bpp, 16bpp
<br>
<b>s1d13506</b>:&nbsp; 4bpp, 8bpp, 16bpp
<br>
<b>s1d13806</b>:&nbsp; 4bpp, 8bpp, 16bpp
<br>
<b>s1d13a03</b>:&nbsp; 1bpp, 2bpp, 4bpp, 8bpp, 16bpp
<br>
<b>s1d13a04</b>:&nbsp; 1bpp, 2bpp, 4bpp, 8bpp, 16bpp
<br>
<b>s1d13a05</b>:&nbsp; 1bpp, 2bpp, 4bpp, 8bpp, 16bpp<br>
<b>s1d13714</b>:&nbsp; 8bpp, 16bpp, 32bpp<br>
<b>s1d13715</b>:&nbsp; 8bpp, 16bpp, 32bpp<br>
<b>s1d13732:</b>&nbsp; 16bpp<br>
<b>s1d13733:</b>&nbsp; 16bpp</p>
<p>See the instruction on building frame buffer display drivers&nbsp; <a
 href="HOWTO_build_frame_buffer_drivers.html">here</a>
.
</p>
<p><font size="+2" color="#000099">USB device drivers</font>
</p>
<p>support for <b>s1d13a03</b>, <b>s1d13a04</b> and
<b>s1d13a05</b> chips:
</p>
<p>See the instruction on building and testing the USB drivers&nbsp; <a
 href="HOWTO_build_usb_drivers.html">here</a>
.
</p></td>
		</tr>
	</table>
</div>
<p>&nbsp;</p>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -