Array of objects

lloyddean:
Remember to call the 'begin' method for each item in the 'displays' array in your 'setup' before attempting to USE them.

and try References instead of pointers and make you life easier by not having to dereference.

SevenSegmentExtended& dispArray[] = {
	disp1,
	disp2,
	.
	.
};