Oops, sorry about that.
Here is a picture of the conntection between the LCD and the arduino, might be a bit hard to follow the wires.
http://imgur.com/wy6RSBL,20nidO2The command im using is:
LiquidCrystal(2,3,4,5,6,7);
then i begin with
lcd.begin(16,2);
then to print random text i go
lcd.print("text");
I don't know if this will help but the LCD is named ATM1602b, if you know anything about that one. And yes i kinda figured out that my LCD wasn't standard since it count -1,0,1,2...14 pins and in the manual it calls the -1 for 16 and the 0 for 15, which makes the pins count 16,15,1...14. But those two(15-16) was only for the backlight.