Virtually all screen items IDs are infinate (int32 size limit) except the LEDs. This is because the items are in Lists, except the LEDs which are in arrays and the reason for that is that all LEDs must be continously updated and it takes much less resources to do this with storing them in an array. The max. number of LED IDs is currently 1000.