张小哥

[Under verification] 4.41-inch ink screen

 
Overview

Project Description

Precautions:


Bao Yuan is shameful, and I strongly complain about this behavior. .


The project is still capturing signals, and the time period will be relatively long. I hope that a big boss will sponsor an Agilent to continue.



Laowu 4.41-inch ink screen~ PN_(E27UQGNT}N0@ET`SX.jpg


Project route

  • [x] 【2021.10.31】Using the driver board to light up the screen

  • [x] 【2021.11.05】The screen adapter board is completed and waiting to capture the logic signal

  • [x] 【2021.11.15】Ink screen driver board schematic diagram V1 completed

    • -

IC picture conversion code

static byte[] convertTo1bit_PixelFormatType0(byte[] picData, int w, int h)
{
byte[] newRow = new byte[picData.length * 1 / 8];
// join nibbles (so 1 byte is 8 pixels)
int j = 0;
for (int i = 0; i < picData.length; i += 8)
{
newRow[j] = (byte)( ((picData[i + 0] << 7) & 0x80) |
((picData[i + 1] << 6) & 0x40) |
((picData[i + 2] << 5) & 0x20) |
((picData[i + 3] << 4) & 0x10) |
((picData[i + 4] << 3) & 0x08) |
((picData[i + 5] << 2) & 0x04) |
((picData[i + 6] << 1) & 0x02) |
((picData[i + 7]) & 0x01));
j++;
}
return newRow;
}

Schematic diagram of power supply principle

image.png


Precautions

  • Ink screen driver board schematic diagram V1 can only be viewed for schematics! !
参考设计图片
×
 
 
Search Datasheet?

Supported by EEWorld Datasheet

Forum More
Update:2025-06-23 08:45:48

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
community

Robot
development
community

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号