搜索资源列表
ImageGoLCDv0.3
- 应用于STM32F469 Discovery的图像转点阵数组的软件。可选横屏竖屏切换,ARGB,RGB模式-The software used in the STM32F469 Discovery array of image rotation lattice arrays. Optional horizontal screen vertical screen switch, ARGB, RGB mode
VB ARGB
- 用VB实现ARGB,方法很简单。 背景R * (1 - A / 255) + 图像R * (A / 255) 背景G * (1 - A / 255) + 图像G * (A / 255) 背景B * (1 - A / 255) + 图像B * (A / 255) 虽然对于图像的处理较为慢一些...(Using VB to implement ARGB, the method is very simple. Background R * (1 - A / 255) + image R *
