Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Limit of 10 icons in MAKE_ICON?

Featured Replies

I am trying to make an icon that is composed of 15 images (including the background), but it will only recognize return values of 0 - 9. Is there a 10 image limit, or am I doing the memory mapping wrong? Here is what I have:#define BMP_ICON_BACKGROUND 0x2700#define BMP_ICON_45LEFT 0x2701#define BMP_ICON_30LEFT 0x2702#define BMP_ICON_45LEFT30PITCH 0x2703#define BMP_ICON_45LEFT45PITCH 0x2704#define BMP_ICON_30LEFT45PITCH 0x2705#define BMP_ICON_30LEFT30PITCH 0x2706#define BMP_ICON_45PITCH 0x2707#define BMP_ICON_30PITCH 0x2708#define BMP_ICON_45RIGHT 0x2709#define BMP_ICON_30RIGHT 0x2710#define BMP_ICON_45RIGHT30PITCH 0x2711#define BMP_ICON_45RIGHT45PITCH 0x2712#define BMP_ICON_30RIGHT45PITCH 0x2713#define BMP_ICON_30RIGHT30PITCH 0x2714Thanks for any help!

Don't use hex indices or count hex properly:#define BMP_ICON_30RIGHT 0x270A#define BMP_ICON_45RIGHT30PITCH 0x270B#define BMP_ICON_45RIGHT45PITCH 0x270C#define BMP_ICON_30RIGHT45PITCH 0x270D#define BMP_ICON_30RIGHT30PITCH 0x270E....0x270F....0x2710...

Thank you much! I forgot my hex.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.