Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++

Graphics library

Altera_Forum
Honored Contributor II
1,273 Views

Hi, 

 

I'm looking for a graphics library to embed in a NIOS-II system (for driving a non-VGA small sized TFT display). 

 

I could read about the Micrium uC/GUI library, but price is too high for what they give, provided that we produce a small quantity of our products. Are there any other libraries I could check? 

 

Thanks a lot in advance,
0 Kudos
3 Replies
Altera_Forum
Honored Contributor II
214 Views

It is not too complicated to make something of your one if the graphics stay simple. 

 

Some simple line drawing? One character set? Does the graphical interface have integrated BitBlt features (mainly interesting for the character drawing)?  

 

 

 

Stefaan
0 Kudos
Altera_Forum
Honored Contributor II
214 Views

Hi, 

 

As an starting point, drawing lines, arcs, rectangles, poligons and texts would help. But we would also like to be able of embedding bitmaps and various types of fonts.
0 Kudos
Altera_Forum
Honored Contributor II
214 Views

for true type : Google for 'freetype' 

 

Stefaan
0 Kudos
Reply