Go to advanced search

by Electro-Poleas
Mon Feb 23, 2015 5:12 pm
Forum: Troubleshooting
Topic: LCD slight blink while refreshing
Replies: 9
Views: 1403

Re: LCD slight blink while refreshing

Laurens-wuyts wrote:Is it a flicker in the backlight or is it a flicker in the characters?

Laurens

The characters are the ones flickering. And it's more pronounced in the characters on the right.
by Electro-Poleas
Mon Feb 23, 2015 5:05 pm
Forum: Troubleshooting
Topic: LCD slight blink while refreshing
Replies: 9
Views: 1403

Re: LCD slight blink while refreshing

Is it posible to modify the code to change the LCD output only if there is a change on the input? That's what our suggestions did. They compare the current state with the previous state and only display a message if they are different. :lol: Sorry about that. Well it didn't work I'm afraid to say. ...
by Electro-Poleas
Mon Feb 23, 2015 4:43 pm
Forum: Troubleshooting
Topic: LCD slight blink while refreshing
Replies: 9
Views: 1403

Re: LCD slight blink while refreshing

Probably the reason for the blinking is that the program is continuously checking if the inputs changes. Is it posible to modify the code to change the LCD output only if there is a change on the input?
by Electro-Poleas
Sun Feb 22, 2015 2:13 pm
Forum: Beginners
Topic: GPIO inputs and outputs
Replies: 2
Views: 474

GPIO inputs and outputs

I have a simple question, it probably awnsers itself but I want to be clear about it.

Are all the GPIO pins (no power pins) able to be set as inputs or outputs? Despite of the labeling, such as TXD, RXD, CS0, CS1...
by Electro-Poleas
Sun Feb 22, 2015 12:25 pm
Forum: Troubleshooting
Topic: LCD slight blink while refreshing
Replies: 9
Views: 1403

Re: LCD slight blink while refreshing

Hi! Thank you very much for your help.
I ran both codes and both worked. But the display still has that slight blinking every two seconds.
by Electro-Poleas
Sun Feb 22, 2015 11:03 am
Forum: Troubleshooting
Topic: LCD slight blink while refreshing
Replies: 9
Views: 1403

LCD slight blink while refreshing

Hi! I'm having this issue with an LCD display using the Adafruit library. My program checks with a while loop if an input it's true or false. My question is if it's possible to make that blinking stop? This is the program: import RPi.GPIO as GPIO import time from Adafruit_CharLCD import Adafruit_Cha...
by Electro-Poleas
Sun Feb 22, 2015 9:58 am
Forum: Beginners
Topic: RPi Remote desktop keyboard configuration
Replies: 5
Views: 1572

Re: RPi Remote desktop keyboard configuration

Hello, RDP defaults to a US layout. Generally with Windows 7, I think you have to add an entry in the registry. I can't remember what I did to get from US to UK. Google search 'remote desktop keyboard layout windows 7 to linux spanish ' Regards Hi, thanks for the info. I found two links on this. On...
by Electro-Poleas
Thu Feb 19, 2015 3:07 pm
Forum: Beginners
Topic: RPi Remote desktop keyboard configuration
Replies: 5
Views: 1572

Re: RPi Remote desktop keyboard configuration

kusti8 wrote:You set the keyboard through raspi-config?
I configured the keyboard when I installed Raspbian.
by Electro-Poleas
Wed Feb 18, 2015 7:43 pm
Forum: Beginners
Topic: RPi Remote desktop keyboard configuration
Replies: 5
Views: 1572

RPi Remote desktop keyboard configuration

Hi! I'm running RPi B+ through my wifi connection and accesing it with remote desktop in my laptop (Windows 7) Everything is fine except that, although I'm using a spanish configuracion in my laptop and in my RPi, when I switch to the RPi screen, the laptop config changes to english. Do you have an ...

Go to advanced search