The fbcp-ili9341 project started out as a display driver for the Adafruit 2.8" 320x240 TFT w/ Touch screen for Raspberry Pi display that utilizes the ILI9341 controller. On that display, fbcp-ili9341 can achieve a 60fps update rate, depending on the content that is being displayed. Check...
A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero - juj/fbcp-ili9341
fbcp-ili9341Jo**hn 上传 FBCP-ILI9341A是一款专为Raspberry Pi A、B、2、3、4和Zero设计的高速显示驱动。它采用了基于SPI的LCD显示技术,使得设备能够快速地与LCD屏幕进行通信。这款驱动支持多种分辨率和颜色深度,能够满足不同用户的需求。同时,它还提供了丰富的控制接口,可以方便地进行定制化开发。 此外,FBCP-...
master Breadcrumbs fbcp-ili9341 / statistics.cppLatest commit HistoryHistory File metadata and controls Code Blame 292 lines (252 loc) · 11.5 KB Raw 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40...
master fbcp-ili9341/mem_alloc.cpp Go to file 24 lines (21 sloc) 669 Bytes Raw Blame #include "config.h" #include "mem_alloc.h" #include <memory.h> #include <stdlib.h> #include <stdio.h> uint64_t totalCpuMemoryAllocated = 0; void *Malloc(size_t bytes, const char *reason...
A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero - fbcp-ili9341/st7735r.cpp at master · juj/fbcp-ili9341
master fbcp-ili9341/text.cpp Go to file juj Code cleanup: remove duplication of logic around swapping the DISPLAY… … Latest commit 05b4bde on Jun 19, 2018 History 1 contributor 66 lines (60 sloc) 1.73 KB Raw Blame #include "config.h"...
// the histogram of these 1fps intervals, so fbcp-ili9341 would take a long time to go back to sleep. Introduce a max age // for histogram entries of 10 seconds, so that if refresh rate drops from 60hz to 1hz, then after 10 seconds the histogram // buffer will have only these 1...
A blazing fast display driver for SPI-based LCD displays for Raspberry Pi A, B, 2, 3, 4 and Zero - juj/fbcp-ili9341
Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {{ message }} juj / fbcp-ili9341 Public Notifications You must be signed in to change notification settings Fork 271 Star 1.6k ...