Search
-
Panoramic images with ChatGPT (not)
Paid for ChatGPT pro with the hope making 1920x100 pixel background images for the raycast game. But, see now this is hopeless... Only really wants to do squarish images. See that Claude is included in Pro though, so maybe will try that one day. Google AI is saying that Midjourney can do it. Guess will try that... -
Will the smart pin adc measure this safely?
I'm not sure how the adc smart pins measure. Do they measure to actual ground? The reason for asking is I want to measure the voltage drop across a resistor in a circuit and the resistor will be anywhere from 12 to 25 volts to ground. There will only be less than 1 volt drop across. Is there a way to measure this between… -
using a rfid read/write module with a P2
-
SpinTool function pointers
-
Re: 90's style 3D (Now at 16bpp, using PSRAM)
One thing I'm finding out about is that mountPartition seems to be returning -1 due to this strange looking code: readWriteFATBlock(0, "R") debug("fstype=", UDEC_LONG(fileSystemType), UHEX_LONG(readFATEntry(1))) result := ((readFATEntry(1) >> (14 + (12 & fileSystemType))) <> $3) debug("got a result here",… -
P2 Glossary suggestion and brain-mind-explordination thread
As mentioned elsewhere, I am wondering if we need a glossary of Propeller specific technical and community terms. I could very easily put one on P2docs. EDIT: Draft version now live at https://p2docs.github.io/glossary.html Some initial ones that come to mind at 2 AM: Technical: * Cog * Cog RAM * cogexec * Hub * hubexec *…