Hello, I have a ESP82 D1-mini. I only have 1 channel that has PWM on it. My problem is I have 12 lights that was 12v which I can switch on and off with the D1-mini. Only 1 out of that 12 I can PWM and bring the brightness down. Is there something out there I can use to have multiple lights that I can control from the D1 mini? My other problem is The SPI and I2c pins are being used.
I'm not sure what you're asking for, but as I2C is a bus, if you use any I2C addressable LED strip/matrix, no other pins are required (each device has its own address, and contorlled via I2C commands).
If those pins were being used as SPI and i2c bus, there would be no problem because many devices can be connected to a bus. So the implication of this statement is that they are being used for some other purpose and so not available to use as SPI or i2c bus.
You could get them, but you can't use them, if your SPI and i2c are being used for other purposes.
If you can move some of the external components to use GPIO expander pins, freeing up the SPI or i2c pins, then the problem can be solved. But not all components can use GPIO expander pins, some have to use Arduino pins. For example ultrasonic distance sensors, which need to timed precisely. Also the libraries that are needed for some components may work only with Arduino pins, not GPIO expander pins, like many Stepper motor libraries.