-
Hi
I have previously used this library (version 2.5.34) with an ST7789 and an Pi Pico (RP2040) without issue. After updating to version 2.5.43 the display no longer works. That is, nothing is displ…
ianm8 updated
1 month ago
-
Block for
- displayPresent
Redo blocks for
- width
- height
Blocks for:
- fillTriangle
- print
- printCenter
- overlaps
- replace
- drawIcon (what is this???)
Low-level stuff (no blocks)
- rotat…
-
When scrolling
The performance goes down after loaded more than 400 visible entries of data for each dataSet of around 6 dataSets.
The performance is good when less than 100 visible entries for …
aelam updated
7 years ago
-
http://algospot.com/judge/problem/read/DRAWRECT
직사각형의 마지막 좌표를 알아내는 문제입니다.
-
I used this label in a game that was running 60fps. My entire game update loop ran about 40% of the CPU at the my intense parts. THLabel ran at 14%. Those percentages are over a minute of gameplay wit…
-
//test with Arduino Mega 2560 and ILI9341 2.8" TFT display - Winterface logo loading
//https://wokwi.com/projects/413383342764362753
#include
#include
#include
#define TFT_CS 10
#define…
-
* I am on void linux
* I have the proprietary nvidia 550.120_3 drivers.
* All the lines in my /var/log/Xorg.0.log file that contain the word "GLX" are the following:
```
[ 21901.936] (II) NVIDIA G…
-
When scrolling:
Traceback (most recent call last):
File "C:\Users\thomas\AppData\Local\Programs\Python\Python310\lib\site-packages\PPOCRLabel\PPOCRLabel.py", line 1425, in scrollRequest
ba…
-
## Steps to Reproduce
1. do agressive Control.Invalidate() calls (50 frames per second) from background thread with the following OnPaint code until exception happens:
```
protected override void…
qrp73 updated
2 weeks ago
-
Hi,
I try to mark the text which your library recognized.
The code:
`
const frameProcessor = useSkiaFrameProcessor((frame) => {
'worklet'
frame.render()
cons…