any tips on how to make it less bulky would be great
Use appropriately-sized variables, keep variables that should be local local, don't waste RAM by putting constant strings in RAM.
Make sure variables that should be unsigned are unsigned.
any tips on how to make it less bulky would be great
Use appropriately-sized variables, keep variables that should be local local, don't waste RAM by putting constant strings in RAM.
Make sure variables that should be unsigned are unsigned.