Search found 19 matches

by anders_col
06 Nov 2013 16:42
Forum: Visual TFT General
Topic: showing special characters
Replies: 21
Views: 10479

Re: showing special characters

Hello again! I managed to redraw the existing characters in CP Font Generator program, to generate Chinese characters/font. The pixels that get drawn are based on a bitmap image (16x16) generated in a small program I wrote. This program also uses the window handle of the form that contains the edita...
by anders_col
01 Nov 2013 10:09
Forum: Visual TFT General
Topic: showing special characters
Replies: 21
Views: 10479

Re: showing special characters

Thank you aCkO for the info! I understand that its a complex time-consuming issue for you. Very interesting to hear that you're working on that project, at least now I have some hope :) I'm looking forward to hear any progress you make. And thanks for providing CP Font Generator, it's really nice an...
by anders_col
30 Oct 2013 17:18
Forum: Visual TFT General
Topic: showing special characters
Replies: 21
Views: 10479

Re: showing special characters

Thanks for your reply, I will try more tomorrow! :)

BR Anders
by anders_col
29 Oct 2013 15:27
Forum: Visual TFT General
Topic: showing special characters
Replies: 21
Views: 10479

Re: showing special characters

Thank you! But that doesn't really answer my question about using Chinese characters (my mcu is dsPIC33EP) ?? I know how to, at least I think so, generate fonts with a specific character range etc. I'm doing the following in CP Font Generator: - setting the range to 32-255 (makes whole character mat...
by anders_col
28 Oct 2013 10:20
Forum: Visual TFT General
Topic: showing special characters
Replies: 21
Views: 10479

Re: showing special characters

Hello! It works well to change character range to generate fonts which includes å, ä, ö, ü and others :) *** EDIT *** It works sometimes with small ö and ü, but often it only works with capital Ö and Ü. And when generating larger fonts (for ex. Tahoma or Calibri fontsize 22, range 32-255) many chara...
by anders_col
26 Sep 2013 10:15
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Bootloader problem for dsPIC33EP (?)
Replies: 7
Views: 3744

Re: Bootloader problem for dsPIC33EP (?)

That might be the problem yes...(thanks for bearing with me ;)) I guess clock settings and such are made from the "Project --> Edit Project..." option in mikroC PRO for dsPIC then. And clock switching could be made using this code: // start clock switching OSCCONbits.NOSC = 0b011; // init clock swit...
by anders_col
25 Sep 2013 13:29
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Bootloader problem for dsPIC33EP (?)
Replies: 7
Views: 3744

Re: Bootloader problem for dsPIC33EP (?)

Yes I will try that :) Another thing, same problem really; I'm trying to change the clock settings on startup. According to the guy creating our power management card it might be a timing issue, which in turn might cause the hangup on ADC1_Init_Advanced call on random occasions. I've looked at some ...
by anders_col
23 Sep 2013 16:01
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Bootloader problem for dsPIC33EP (?)
Replies: 7
Views: 3744

Re: Bootloader problem for dsPIC33EP (?)

Hello again, It seems like the bootloader might not be the problem after all. There is a point in main() where the program can't seem to get past. It's getting stuck at the call to ADC1_Init_Advanced(_ADC_10bit, _ADC_EXTERNAL_REF); The program starts OK on 7 out of 10 attempts (= will get past the c...
by anders_col
19 Sep 2013 14:27
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Bootloader problem for dsPIC33EP (?)
Replies: 7
Views: 3744

Re: Bootloader problem for dsPIC33EP (?)

Thanks, I will look into it.

Best regards, Anders
by anders_col
16 Sep 2013 13:20
Forum: mikroC PRO for dsPIC30/33 and PIC24 General
Topic: Bootloader problem for dsPIC33EP (?)
Replies: 7
Views: 3744

Bootloader problem for dsPIC33EP (?)

Hello, I'm sorry if this is already answered on this forum, I did a quick search before posting... The reason I'm posting is that I sometimes have trouble running my program on a dsPIC33EP. This may or may not be due to an incorrect bootloader, but I thought I'd ask because I'm running out of ideas....
by anders_col
11 Sep 2013 15:28
Forum: Visual TFT General
Topic: Display MI0283QT-9A same as Multi-Inno 0283QT-8 ??
Replies: 4
Views: 3932

Display MI0283QT-9A same as Multi-Inno 0283QT-8 ??

Hello, We are currently using display MI0283QT-9A together with a dsPIC33 card. Recently we have received another display with the name Multi-Inno 0283QT-8 , without any notification about this. It seems to work well though with our software but I'm a bit confused about the different name? :? Is it ...
by anders_col
16 Jul 2013 15:56
Forum: Visual TFT General
Topic: Using accelerometer for landscape/portrait view?
Replies: 3
Views: 2190

Re: Using accelerometer for landscape/portrait view?

Thanks for the tip, I will take a closer look on the arrays I'm declaring. Thank you :)

Best regards, Anders
by anders_col
15 Jul 2013 15:33
Forum: Visual TFT General
Topic: Using accelerometer for landscape/portrait view?
Replies: 3
Views: 2190

Re: Using accelerometer for landscape/portrait view?

Hello again, As I mentioned above I'm using the accel driver example code which runs without problem. I have also tried including it into my own project, with partial success so far.. :P In short it's a laser measuring tool which uses the inclinometer and bluetooth modules. I have managed to read th...
by anders_col
09 Jul 2013 09:17
Forum: Visual TFT General
Topic: Using accelerometer for landscape/portrait view?
Replies: 3
Views: 2190

Using accelerometer for landscape/portrait view?

Hello! I'm working with a dsPIC33 card and the current orientation of the program view is landscape. The display is initialized with TFT_Init_ILI9341_8bit(320, 240). I have successfully used your example code for the accelerometer to detect how the card is tilted. So I know what values would require...
by anders_col
03 Jul 2013 09:03
Forum: Visual TFT General
Topic: MI0283QT-9A and ILI9341
Replies: 12
Views: 6643

Re: MI0283QT-9A and ILI9341

Hello! I have been using a dsPIC33 card with old display (no. ending with QT-2). I now have the new display (QT-9A) and I'm trying to make it work. Your support told me I only need to update one line of code: Instead of TFT_Init() call I should now use TFT_Init_ILI9341_8bit(). I found some info here...

Go to advanced search