Richard,
with the Nokia 5110 demo settings, the "width" constant is set at 88 instead of 84. Can you explain the reason for that? Like, with other displays, is it just a case of trial & error to...
I have two 8mhz hardware spi Master/Slave connected 26FK80 pics running at 64mhz cpu speed. All good.
I am currently using SS Mode for the SPI.
The PIC's both receive and transmit CAN packet...
Hi, Ioannis,
I'd have a look to internal registers PBP default settings ( the PBP default Config file ) ... as you overwrite most of them ...
just an idea ...
Alain
Give it a try and report your results. I use HIDMaker for USB stuff. The last time I had to create a USB project (this time using XC8), nothing compiled. I got numerous errors. I tried generating...
mpgmike - 18th April 2021, 15:59Hi Tumbleweed,
You are a star, thank you.
I don't know how I missed that bit, correcting it saw the Opamp spring to life... in fact I tried a bunch of combinations with TRIS and ANSEL and it...
So will this work in PBP3?
I want to have such a keypad, and ashamed to have to use Arduino Pro Micro :D
OPA1CON = %1100000 ' Opamp 1 Enabled, SP set.
Isn't that missing a bit?
Try
OPA1CON = %11000000 ' Opamp 1 Enabled, SP set.
For OPAMP1 you have
Hi Richard,
I knew you'd be the first to respond :)
I've been monitoring the output (pin 8) throughout the testing and it doesn't go above ground at any stage. Ultimately I want to process the...
are you seeing this voltage at opamp out pin with a meter ?
your description is not clear whether the opamp is not working or the adc measurement .
working with opamps with inputs near rail...
Re: Graphical Displays with PBP3
needs to multiple of 8 for the rotation to work properly
richard Today, 07:35