moononournation
moononournation
This is an never closing issue. I would like to align all display rotation orientation with display FPC. But I am still struggling the display FPC should be at 6...
This is an never closing issue
Update to use a finer land source to solve #17 issue.
I have downloaded countries-coastline 1m resolution geojson and extracted HKG multi-polygon to plot my map. I found the islands is just some simple polygons, I don't think it is up...
- add mkspiffs/ to git ignore list - fix spiffs offset hex notation - fix 4098 typo to 4096
Memory usage
I would like to try porting the XTulator to a MCU like ESP32. I found the memory not enough for memory.h: ``` uint8_t *memory_mapRead[MEMORY_RANGE]; uint8_t *memory_mapWrite[MEMORY_RANGE]; uint8_t (*memory_mapReadCallback[MEMORY_RANGE])(void *udata, uint32_t...
### Board ESP32-S3 ### Device Description ESP32-S3 board with USB CDC ### Hardware Configuration GPIO 19 & 20 to USB CDC ### Version latest master (checkout manually) ### IDE Name...
Same code is working on ATtiny85 but not working on ATtiny45: https://github.com/moononournation/NeoPixelHexPendant/blob/main/NeoPixelHexPendant/NeoPixelHexPendant.ino I know memory is an issue, but it still not working even reduced the number of pixel and...