Search found 9 matches

by marek
02 Mar 2011 22:32
Forum: Visual TFT General
Topic: Certain Issues
Replies: 20
Views: 8907

Re: Certain Issues

pcf/bdf fonts are simple bitmapped fonts (not aliased). Aliased fonts need extra resources, it's possible to use them (as prerendered images) but in my opinion they are not worth to use with limited resources like we have in uC. Here goes some snapshots from my ui with fixed fonts (snapshot taken fr...
by marek
02 Mar 2011 16:31
Forum: Visual TFT General
Topic: Certain Issues
Replies: 20
Views: 8907

Re: Certain Issues

I use images of buttons (with all state's images like normal/clicked) from Android library widgets with Andoid-like UI (I don't know why Microchip and others force us to use graphic's libs which generate old-fashioned UI style like we know from win 3.11 or WinCE). Buttons based on images looks nice,...
by marek
01 Mar 2011 19:11
Forum: Visual TFT General
Topic: Certain Issues
Replies: 20
Views: 8907

Re: Certain Issues

Yes, kind of.
by marek
01 Mar 2011 17:54
Forum: Visual TFT General
Topic: Certain Issues
Replies: 20
Views: 8907

Re: Certain Issues

OK, maybe I overused "generating" word, in my apps fonts are not "generated" but just displayed from font image table in the same way like you can display picture with 16 bit depth. Each char (font) is a small 8x8 (or other size) picture with 16 bit depth and each char image has a black background c...
by marek
01 Mar 2011 14:19
Forum: Visual TFT General
Topic: Certain Issues
Replies: 20
Views: 8907

Re: Certain Issues

There is no problem for generating anti-aliased font with own font driver (fontsnapshot's on internal flash or sd). LCD limitation has nothing to do with that.
by marek
25 Feb 2011 21:09
Forum: Website & Forums General Discussion
Topic: PIC32 speed performance
Replies: 1
Views: 3084

Re: PIC32 speed performance

Try run code from RAM. With your clock settins (80MHz) flash controller adds extra wait states.
by marek
25 Feb 2011 20:51
Forum: Development Boards
Topic: Linux development board
Replies: 5
Views: 2517

Re: Linux development board

I use mikrommb pic32 with Linux & gcc & pckit 2, it works great.
by marek
25 Feb 2011 20:46
Forum: Visual TFT General
Topic: Screen drawing speed mikroMMBs
Replies: 3
Views: 2450

Re: Screen drawing speed mikroMMBs

mikroMMB for PIC32:
reading and displaying 320x240 image from the internal flash: below 0.01 sec,
reading and displaying 320x240 image from the sd card (fat32) ~0.7 sec
by marek
25 Feb 2011 20:41
Forum: mikroC PRO for PIC32 Beta Testing
Topic: mikroMMB GetPixel function
Replies: 9
Views: 8398

Re: mikroMMB GetPixel function

What lcd board are you using? For hx8347-d getpixel code is simple.

Go to advanced search