Search found 28 matches

by Mihai Popa
03 May 2018 21:28
Forum: Visual GLCD General
Topic: Label not displayed at transition between two screens
Replies: 1
Views: 1733

Label not displayed at transition between two screens

Hello, I working at the home automation project and I have the follow situation: one application using two screens, two buttons in first screen and two buttons in second screen and some labels in both screens. After power up, in the first screen all elements are displayed correctly; then go to in th...
by Mihai Popa
09 Mar 2018 07:00
Forum: Visual GLCD General
Topic: Actions in different screens for glcd
Replies: 1
Views: 1629

Actions in different screens for glcd

Hello, I need to know how can I determinate in what screen I am? For example: I have an project with two screens: screen1 and screen2. In screen one, I have some buttons and labels and in screen2 I need to display some readings from ADC, for example. If I put the result in the main loop, the results...
by Mihai Popa
09 Mar 2018 06:55
Forum: Visual GLCD General
Topic: Modify Label with custom text nor working
Replies: 4
Views: 2460

Re: Modify Label with custom text nor working

Hello,
Thank you for your support.
It works!
by Mihai Popa
21 Feb 2018 13:19
Forum: Visual GLCD General
Topic: It is possible to use ADC and TP in the same time?
Replies: 1
Views: 1626

It is possible to use ADC and TP in the same time?

Hello, I working on the project that use an 128x64 display with Touchpanel and I need to read some analogic values and display them on the GLCD. My problem is this: when I try to read one ADC input, other than ones used by TP library, the TP not responding at the press buttons and look like the proc...
by Mihai Popa
19 Feb 2018 15:50
Forum: Visual GLCD General
Topic: Visual GLCD AND ANALOG Read Problem
Replies: 2
Views: 2911

Re: Visual GLCD AND ANALOG Read Problem

Hello,

Can you post the solution for this? I am in the same situatrion.

Thank you,

M.
by Mihai Popa
08 Feb 2018 18:28
Forum: Visual GLCD General
Topic: Modify Label with custom text nor working
Replies: 4
Views: 2460

Re: Modify Label with custom text nor working

Hello, Thank you for response. Yes, I checked and the examples from MikroBasic compiler work very well. My problem is with Visual GLCD: the label text is not changed if I modify the follow lines: Label1.Caption = @Label1_Caption Label1_Caption = "qwer" So, please, provide me an short example of this...
by Mihai Popa
06 Feb 2018 22:33
Forum: Visual GLCD General
Topic: Modify Label with custom text nor working
Replies: 4
Views: 2460

Modify Label with custom text nor working

Hello,

I work to an project and I want to modify the text from label without success.
I attached my code.
Please explain how should I proceed in order to modify the text from label.
I use MikroBasic, Visual GLCD and EasyPIC5 with PIC18F4550 at 8MHz.

Thank you,
Mihai
by Mihai Popa
01 Dec 2014 17:53
Forum: Product Announcements
Topic: MSP430 compiler
Replies: 2
Views: 2766

Re: MSP430 compiler

Thank you.
It will be great that you will have an msp430 compiler.

Best regards!
by Mihai Popa
29 Nov 2014 23:07
Forum: Product Announcements
Topic: MSP430 compiler
Replies: 2
Views: 2766

MSP430 compiler

Hello mE.
I want to know if you have in plan to develop an compiler for MSP430 from TI.
Thank you
by Mihai Popa
24 Jul 2014 21:08
Forum: mikroBasic PRO for PIC General
Topic: Soft_I2C and Soft_SPI in the same time
Replies: 1
Views: 1145

Soft_I2C and Soft_SPI in the same time

Hello, I want to use in my project Soft_I2C and Soft_I2C library because I want to une the PIC16F628A, an DS1307 RTC and MAX7219 as LED display driver but I have a problem: the Soft_I2C do not start...I see that in simulation on Proteus. Please tell me if it is possibe to use these two librarys in t...
by Mihai Popa
10 Jul 2014 12:48
Forum: mikroBasic PRO for PIC General
Topic: Read/write portA.5 for PIC18F14K22
Replies: 1
Views: 1103

Re: Read/write portA.5 for PIC18F14K22

Hello,
I found the problem: I forgot to put this:
T1CON.TMR1CS=0
T3CON.TMR3CS=0
to desable the Timer0 and Timer3 external sclck input source from RA.5 pin

Thank you,
by Mihai Popa
10 Jul 2014 10:12
Forum: mikroBasic PRO for PIC General
Topic: Read/write portA.5 for PIC18F14K22
Replies: 1
Views: 1103

Read/write portA.5 for PIC18F14K22

Hello, Please help me with this issue: I want to use soft SPI and for "SoftSpi_CLK" I want to use portA.5. dim Chip_Select as sbit at RC2_bit dim SoftSpi_CLK as sbit at RA5_bit dim SoftSpi_SDI as sbit at RC1_bit dim SoftSpi_SDO as sbit at RC1_bit dim Chip_Select_Direction as sbit at TRISC2_bit dim S...
by Mihai Popa
17 May 2014 07:11
Forum: mikroBasic PRO for PIC General
Topic: PIC18F14K22
Replies: 5
Views: 2198

Re: PIC18F14K22

Hello Fakir,

I made a mistake with the OSCCAL register. For my project only I modify the OSCCON.
I put OSCCAL=0x50 (0b01010000) and in simulation and in real hardware it work fine.

Thank you,
Mihai
by Mihai Popa
14 May 2014 06:48
Forum: mikroBasic PRO for PIC General
Topic: PIC18F14K22
Replies: 5
Views: 2198

Re: PIC18F14K22

Hello Fakir, Thank you sor answer. Actually my problem was: in simulation (in Proteus), when I load the .coff file generated by the compilator, the system work well; when load the .hex file, the system do not work as I expected. The problem for my litle project was: when I load the .hex file in the ...
by Mihai Popa
12 May 2014 14:17
Forum: mikroBasic PRO for PIC General
Topic: PIC18F14K22
Replies: 5
Views: 2198

PIC18F14K22

Hello, I want to read the RomCod for some DS18B20 temperature sensors; for that I make a litle software, using the last version of Mikrobasic Pro compilator. I use PIC18F14K22 mcu to do this job, but I have a big problem: the .hex is not correct generated or the OneWire library is not well implement...

Go to advanced search