Thanks for your quick reply, ill guess ill have to hunt down a screen with the ili9488 controller then :)
But it looks very promising, i just hope i'm interpreting this right:
I was wondering i anyone knew if there's a way to send less bits to the display to increase spi transfer speeds.
the ST7796s has an idle mode the supports 8 colors, but the controller seems to still expect atleast...
just changed the 10k to 110R and now its working, gonna change my new boards to 5v but for now 3.3 works
regarding software controlled trs control, it would be awesome, i read in the stackechange post something about...
OK, but then i could probably use my original schematic, but changing it like this?
or should i keep 3.3v on the power protection?
The reason i sleected the MC74VHC1GT04 was because i read this in the datasheet,...
I tested the "plug in and out issue" with another device(elektron machinedrum), and it does not seem to care have many times i plug the cable in and out , so i blaming the device(squarp pyramid)
Hi, i found a nice schematic for a over-voltage protection circuit when using 3.5mm connectors for midi, as users might plug cv and gate(+-12v) in accidentally
The schematic/discussion can be found here:...
yeah, but pin 10 is used for another spi device, so a bit of a problem there, could this be some kind of software bugg? i tried using the adc (that uses cs 10) and the mcp at the same time and had no problems(accept...
im not using the adc when testing the mcp, im using your example in first post as i said, and no added code. The adc and a couple of other things are attached to the same spi bus. but i dont try to communicate to them....
i dont know what to test anymore. very confused, i have continuity on the miso line, between teensy and the mcp, i have an adc sends data on the same spi bus just fine. there seem to be data sent and recived only when...
very strange.
using this lib i can write: https://github.com/sumotoy/gpio_MCP23S17/blob/master/gpio_MCP23S17.h
no sucess at reading though
code:
#include <SPI.h>
#include <gpio_MCP23S17.h> // import library...
Yes, i tried, just get "no mpc detected" could it be that i i got some other lib named "mcp23s17.h" installed that interferes? if i get the no mpc ouput in the serial monitor i guess least the library works correct?...
Hi, im having trouble using this lib with my teensy 4, i have used another lib to successfully setting the outputs of the mcp from low to high and back. but this library just says no mcp detected. could anyone make a...
Hi, i had sucess writing to the mcp, but i cant seem to read, i dont find a simple example on how to read. i messure 3.3v at the pin but my code reports 0 whatever i do. im quite certain its the code but cant a find a...