purchased this piece of crap ATmega168 by mistake over the ATmega328. why they bother making these for less then 50c price difference is beyond me.
anyway so most of my sketches don't fit, and it does not seem to be the main code, more like the library or something?
is there a way to see what each part of the code is taking up in space and where (ram of eprom), to work on size minimizing?
like for example
#include <SPI.h>
#include <Wire.h>
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>'
what is uploaded and how big?
thanks