Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by drkidd22

  1. D

    LVDS display with VIA Nano ITX board compatitability.

    Hello, I have a LVDS display and a VIA EPIA nano itx board and would like to know if the two are compatible. I know I will need the LVDS card LVDS-07 for the main board, but it says it is for 18/24-bit LCD panel display and the display I have I thinks it's 6 bit interface. Below are the two...
  2. D

    hyperterminal communication with CPLD

    Hello, I'm new to the CPLD world and verilog programming. I found a uart core that I'm trying to use to communicate with hyper terminal. At the moment all I want to do is send a "hello world" string to the computer via the RS232. I've created the top module, but I'm stuck how to really use it...
  3. D

    Sending bitmap to LCD, PIC18F452, SED1330 LCD controller

    Re: sending bitmap to LCD Here it is: void lcdSendCommand(unsigned char command ) { GLCD_RD = 1; GLCD_COMMAND = 1; GLCD_CS = 0; GLCD_WR = 0; GLCD_DATA = command; Delay1TCY(); Delay1TCY(); GLCD_CS = 1; GLCD_WR = 1; GLCD_COMMAND = 0; }...
  4. D

    Sending bitmap to LCD, PIC18F452, SED1330 LCD controller

    I'm trying to send a bitmap to an LCD and have not been successful yet and looking to see if someone can give me a hand here. PIC18F452 is being used. SED1330 LCD controller. unsigned rom char logo1_bmp [1188] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00...
  5. D

    Driving SED1330 with dSPic33FJ256GP710!

    Anyone? I would really appreciate some help here.
  6. D

    Driving SED1330 with dSPic33FJ256GP710!

    I have a LM6733 LCD module which has a SED1330 display controller. I'm trying to use the Explorer 16 to display some simple message on the screen just to get me started, but I have not been successful at it. I have the lower 8 bits of PORTE on the pic set for the data lines and PORTA for the...

Part and Inventory Search

Back
Top