Search found 17 matches

by yahyooh
27 Aug 2012 22:01
Forum: Libstock Discussion
Topic: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Solution
Replies: 77
Views: 887635

Re: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Soluti

hi, It is very nice to find development boards & demo examples which is almost understood by beginners like me :wink: but the problem is the knowledge about these concepts: IPv4 ARP ICMP UDP TCP ARP DNS UDP DHCP i am wondering if these concepts are well known or not , but anyway they will be more ea...
by yahyooh
24 Aug 2012 17:08
Forum: Development Boards
Topic: problem in TFT pic18f
Replies: 5
Views: 1474

problem in TFT pic18f

but when i connect the board via USB ,the PC not recognize it even i try to connct it to different port.
by yahyooh
23 Aug 2012 16:09
Forum: Development Boards
Topic: problem in TFT pic18f
Replies: 5
Views: 1474

Re: problem in TFT pic18f

Hi,
thanks for replay ,yes i was using bootloader.
by yahyooh
22 Aug 2012 16:11
Forum: Development Boards
Topic: problem in TFT pic18f
Replies: 5
Views: 1474

problem in TFT pic18f

hi mikroElektronika,

i was programming TFT pic18f , mistakenly i plugged out the usb connector .

now when i connect the tft to PC it does not make any respond , the screen is fully white & i am not able to reprogram it......
is there any thing i can do??? pleas help :cry: :cry: :cry:

thanks,
by yahyooh
20 Aug 2012 23:44
Forum: Website & Forums Wishlist
Topic: mistakes in tft library
Replies: 3
Views: 7305

mistakes in tft library

Hi mikroElektronika,

i was coping some functions from mikroC for pic then i found mistakes in these functions:

Code: Select all

TFT_Write_Const_Text & TFT_Write_Text & TFT_Write_Char
the mistakes are the extra commas in the example cods
i hope to remove these mistakes 8) :D :)
Thank you!!!
by yahyooh
20 Aug 2012 11:04
Forum: mikroC PRO for PIC General
Topic: Mp3 files counter??
Replies: 1
Views: 1328

Mp3 files counter??

hi mikroElektronika, is there any function that allows to count how many mp3 or wav files stored in SD card ?? i checked the mp3 Demo example i found that the name of the mp3 file was stored in an array.... what should do if random mp3 files are stored in SD char filename[14] = "sound.wav"; ////i wa...
by yahyooh
10 Aug 2012 19:32
Forum: mikroC PRO for PIC General
Topic: LAT(X)_Bit & R(X)(X)_bit difference
Replies: 4
Views: 1446

Re: LAT(X)_Bit & R(X)(X)_bit difference

Thanx p.erasmus & janni it worked so properly
thanx for cooperation :D :D
by yahyooh
10 Aug 2012 17:45
Forum: mikroC PRO for PIC General
Topic: LAT(X)_Bit & R(X)(X)_bit difference
Replies: 4
Views: 1446

Re: LAT(X)_Bit & R(X)(X)_bit difference

thanx ,
but i dont think it is the main reason because if u try to compile :

Code: Select all

sbit Mmc_Chip_Select           at  LATH7_bit;
it will not work it will not compiled ... is there any other reason ???
by yahyooh
10 Aug 2012 14:09
Forum: mikroC PRO for PIC General
Topic: LAT(X)_Bit & R(X)(X)_bit difference
Replies: 4
Views: 1446

LAT(X)_Bit & R(X)(X)_bit difference

hi mikroEleKtronika,
pleas can you tell me about the difference between these statements:

Code: Select all

sbit Mmc_Chip_Select           at LATD0_bit;
and:

Code: Select all

sbit Mmc_Chip_Select           at RD0_bit;
I saw these statements in TFT Example MP3 . it uses pic18f87j50
by yahyooh
10 Aug 2012 08:45
Forum: Website & Forums Wishlist
Topic: Filling Shapes in Visual TFT
Replies: 1
Views: 3115

Filling Shapes in Visual TFT

Hi mikroEliktronika,
I suggest to add filling tool which allows to fill irregular shapes by different colours & add ARC tool & allow user to add .PNG & .ico photos so drawing will be much interesting :D :D :D :)
Thanks.
Regards,
by yahyooh
09 Aug 2012 21:15
Forum: Visual TFT General
Topic: Triangle colour
Replies: 1
Views: 1155

Triangle colour

Hi mikroElektronika,

is there any possibility to draw a triangle & fill it by a different colour , i mean just inside the triangle .
by yahyooh
06 Aug 2012 15:07
Forum: Visual TFT General
Topic: Circle Visibility Problem ):
Replies: 3
Views: 1799

Re: Circle Visibility Problem ):

Dear janko.kaljevic,
Thanks for replying ... It worked so will :D :) .
is there a better method to change the visibility because in this method screen is being restarted ,can i use this circle to make some events or use it as a button
Regards,
by yahyooh
05 Aug 2012 12:24
Forum: Visual TFT General
Topic: Question about visibility
Replies: 1
Views: 1175

Question about visibility

Dear mikroElektronika, look at this code pleas: void ButtonRound1Click() { // show/hide text label = ~label; switch (label) { case 0: { TFT_Set_Pen(CL_BLACK, 1); TFT_Set_Brush(1, CL_BLACK, 0, TOP_TO_BOTTOM, CL_BLACK, CL_BLACK); TFT_Rectangle(32, 63, 277, 97); Circle1.Visible=1; /////////////////////...
by yahyooh
05 Aug 2012 12:24
Forum: Visual TFT General
Topic: Question about visibility
Replies: 1
Views: 1049

Question about visibility

Dear mikroElektronika, look at this code pleas: void ButtonRound1Click() { // show/hide text label = ~label; switch (label) { case 0: { TFT_Set_Pen(CL_BLACK, 1); TFT_Set_Brush(1, CL_BLACK, 0, TOP_TO_BOTTOM, CL_BLACK, CL_BLACK); TFT_Rectangle(32, 63, 277, 97); Circle1.Visible=1; /////////////////////...
by yahyooh
04 Aug 2012 13:22
Forum: Visual TFT General
Topic: quastion about visbility
Replies: 1
Views: 1140

quastion about visbility

hi mikroElectronika, Pleas look at this simple code: void ButtonRound1Click() { // show/hide text label = ~label; switch (label) { case 0: { TFT_Set_Pen(CL_BLACK, 1); TFT_Set_Brush(1, CL_BLACK, 0, TOP_TO_BOTTOM, CL_BLACK, CL_BLACK); TFT_Rectangle(32, 63, 277, 97); Circle1.Visible=1;/////////////////...

Go to advanced search