Search found 3 matches

by kiabrin
Sun Apr 06, 2025 4:07 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Determining the width of text drawn with CMD_TEXT
Replies: 1
Views: 27284

Determining the width of text drawn with CMD_TEXT

Good morning!

I wonder if there is any way to find actual text string width in pixels when it is drawn with CMD_TEXT and ROM font?
I want to draw color highlighted multiline text on my screen, so I need to know where to start next portion of text after some text is drawn.
by kiabrin
Fri Mar 28, 2025 6:40 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Problem updating clocks on screen - EVE3x43
Replies: 1
Views: 9946

Problem updating clocks on screen - EVE3x43

Good morning!

I am developing a display module based on EVE3x43 module.
When I try to redraw digital clock on screen I face strange behaviour: instead of clearing clock area before drawing clock text, screen clears fully with previousely selected color and the vertical strype drawn for whole ...
by kiabrin
Sun Feb 02, 2025 3:08 am
Forum: EVE2 & EVE3 & EVE4 SPI TFT's
Topic: Building the EVE Library on cygwin
Replies: 0
Views: 2614

Building the EVE Library on cygwin

Good morning!

Trying to build library for custom interface development, using windows/cygwin machine, but no success.
The libftdi1 library installed.

Got these messages:


Kit@WIN-VRE2LSST89I ~/EVE-Library/build
$ cmake --fresh ..
-- The C compiler identification is GNU 12.4.0
-- The CXX compiler ...