Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Hi-Tech PICC weirdness

Status
Not open for further replies.
August Treubig said:
Thanks for the link about the inexpensive AGM1264F's. Two of them arrived today. Got 2 for the price I was going to eventually pay for one.
Pretty good price, huh? I bought three.

I'm just debugging my rasterizer for the display. I'm getting unexpected and just plain wrong results from my display data reads, which of course scrambles what I write to the screen, as I read first and then OR my new pixel into that byte and write it back out. Much confusion and debugger time ensues. :p

I'll get it eventually, but it's sure eating up the hours. Once I can output in cartesian coords it will be easy to do things with the display.
 
Last edited:
Its Alive

I got the first one up using Pommie's display stuff from last year. Also finally got Bill's LCD demo to work using a regular LCD. Changes need to be made to both to work:
Change to Pommie's code. Probally the key is the oscillator setting
Code:
#pragma config FOSC = INTOSC_HS, WDT = OFF, LVP = OFF, PBADEN = OFF
and for Bill:

Code:
;        org     0x000
        code
Had to comment out the org and put a "code" command.
 
Status
Not open for further replies.

Latest threads

New Articles From Microcontroller Tips

Back
Top